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