forked from mirrors/thatmattlove-hyperglass
6 lines
91 B
Python
6 lines
91 B
Python
"""hyperglass cli module."""
|
|
|
|
# Local
|
|
from .main import cli, run
|
|
|
|
__all__ = ("cli", "run")
|