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