mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
"""hyperglass cli module."""
|
|
|
|
# Project
|
|
from hyperglass.cli.commands import hg
|
|
|
|
CLI = hg
|