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