forked from mirrors/thatmattlove-hyperglass
6 lines
89 B
Python
6 lines
89 B
Python
"""hyperglass cli module."""
|
|
|
|
# Project
|
|
from hyperglass.cli.commands import hg
|
|
|
|
CLI = hg
|