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