From caa032a09de387d44e814e73d345c1955f80d8b1 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 25 Oct 2023 15:46:27 +0200 Subject: Minor changes --- clusterman/commands/__init__.py | 0 clusterman/commands/node.py | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 clusterman/commands/__init__.py create mode 100644 clusterman/commands/node.py (limited to 'clusterman/commands') diff --git a/clusterman/commands/__init__.py b/clusterman/commands/__init__.py new file mode 100644 index 0000000..e69de29 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..") -- cgit v1.2.3