mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-02-07 17:58:24 +00:00
6 lines
116 B
Python
6 lines
116 B
Python
"""Built-in hyperglass plugins."""
|
|
|
|
# Local
|
|
from .remove_command import RemoveCommand
|
|
|
|
__all__ = ("RemoveCommand",)
|