1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
2020-02-03 02:35:11 -07:00

9 lines
130 B
Python
Executable File

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