Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cfg-checker
/
9b2c1d14852be3eff3958c55d19261ac86b2c658
/
.
/
cfg_checker
/
cli
/
reclass.py
blob: 652f00a4810c276738fb006cd1f5c20fcd630e36 [
file
] [
log
] [
blame
]
from
.
command
import
cli_command
def
entrypoint
():
cli_command
(
'# Mirantis Cloud Reclass comparer"'
,
'reclass'
)
if
__name__
==
"__main__"
:
entrypoint
()