diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-25 15:46:27 +0200 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-25 15:46:27 +0200 |
| commit | caa032a09de387d44e814e73d345c1955f80d8b1 (patch) | |
| tree | 8b5361d474e90c0ea3840292db2d50a078092c1f /clusterman/commands/node.py | |
| parent | fc6bcbd09503be757cd0549a105a0b505c5cd746 (diff) | |
Minor changes
Diffstat (limited to 'clusterman/commands/node.py')
| -rw-r--r-- | clusterman/commands/node.py | 6 |
1 files changed, 6 insertions, 0 deletions
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..") |
