Files
2021-01-03 11:17:33 -07:00

9 lines
141 B
Python
Executable File

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