forked from mirrors/thatmattlove-hyperglass
6 lines
116 B
Python
6 lines
116 B
Python
"""Built-in hyperglass plugins."""
|
|
|
|
# Local
|
|
from .remove_command import RemoveCommand
|
|
|
|
__all__ = ("RemoveCommand",)
|