1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-07 17:58:24 +00:00
thatmattlove-hyperglass/hyperglass/plugins/_builtin/__init__.py
2021-09-11 00:47:01 -07:00

6 lines
116 B
Python

"""Built-in hyperglass plugins."""
# Local
from .remove_command import RemoveCommand
__all__ = ("RemoveCommand",)