lookingglass/hyperglass/console.py
2020-02-13 21:13:19 -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()