blob: 652f00a4810c276738fb006cd1f5c20fcd630e36 [file] [log] [blame]
from .command import cli_command
def entrypoint():
cli_command(
'# Mirantis Cloud Reclass comparer"',
'reclass'
)
if __name__ == "__main__":
entrypoint()