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