blob: c44e5bc957ed4f1e25e4647d0fc4e5639e7eb841 [file] [log] [blame]
from command import cli_command
def entrypoint():
cli_command(
"# Mirantis Cloud Package checker",
'packages'
)
if __name__ == '__main__':
entrypoint()