1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00
thatmattlove-hyperglass/hyperglass/console.py
2021-01-03 11:17:33 -07:00

8 lines
141 B
Python
Executable file

#!/usr/bin/env python3
"""hyperglass CLI management tool."""
# Project
from hyperglass.cli import CLI
if __name__ == "__main__":
CLI()