blob: 24eb8e2c4f228ef1d8afb7f719b851d78d32de22 [file] [log] [blame]
from command import cli_command
def entrypoint():
cli_command(
'# Mirantis Cloud Reclass comparer"',
'packages'
)
if __name__ == "__main__":
entrypoint()