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

9 lines
141 B
Python
Raw Normal View History

2019-05-13 12:48:25 -07:00
#!/usr/bin/env python3
2020-01-21 01:08:28 -07:00
"""hyperglass CLI management tool."""
2020-02-03 02:35:11 -07:00
# Project
2020-02-13 21:13:19 -07:00
from hyperglass.cli import CLI
2019-05-12 19:22:17 -07:00
if __name__ == "__main__":
2020-01-21 01:08:28 -07:00
CLI()