mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 16:48:05 +00:00
6 lines
91 B
Python
6 lines
91 B
Python
"""hyperglass cli module."""
|
|
|
|
# Local
|
|
from .main import cli, run
|
|
|
|
__all__ = ("cli", "run")
|