blob: 5c5a4e239a3f76630f2daaac4de4ee901fa69199 [file] [log] [blame]
from command import cli_command
def entrypoint():
cli_command(
"# Mirantis Cloud Network checker",
'network'
)
if __name__ == '__main__':
entrypoint()