lookingglass/manage.py
2020-01-21 01:08:28 -07:00

8 lines
138 B
Python
Executable file

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