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