diff options
Diffstat (limited to 'clusterman/commands')
| -rw-r--r-- | clusterman/commands/__init__.py | 0 | ||||
| -rw-r--r-- | clusterman/commands/node.py | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/clusterman/commands/__init__.py b/clusterman/commands/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/clusterman/commands/__init__.py diff --git a/clusterman/commands/node.py b/clusterman/commands/node.py new file mode 100644 index 0000000..7844301 --- /dev/null +++ b/clusterman/commands/node.py @@ -0,0 +1,6 @@ + + + + +def ls(): + print("List nodes..") |
