Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cfg-checker
/
bdc7274e42d0a3a13ab120cbc4c5fec270bf6b21
/
.
/
cfg_checker
/
cli
/
network.py
blob: 6d3059e55562124ada60f61b4f29a32416f6c9e6 [
file
] [
log
] [
blame
]
from
.
command
import
cli_command
def
entrypoint
():
cli_command
(
"# Mirantis Cloud Network checker"
,
'network'
)
if
__name__
==
'__main__'
:
entrypoint
()