1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 16:48:05 +00:00
thatmattlove-hyperglass/hyperglass/cli/__init__.py
2020-02-14 16:28:45 -07:00

6 lines
89 B
Python

"""hyperglass cli module."""
# Project
from hyperglass.cli.commands import hg
CLI = hg