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