summaryrefslogtreecommitdiff
path: root/clusterman/__init__.py
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-10-25 11:55:17 +0200
committerLoic Guegan <loic.guegan@mailbox.org>2023-10-25 11:55:17 +0200
commitb014c3fba19a82e88992464f460910e6f101ea0f (patch)
tree4d9dc181a88dc1c995dbb111cf3fd2a04755f92e /clusterman/__init__.py
parent3d445ed2d6ef6f820173992279a22a8dd2dced6f (diff)
Init project
Diffstat (limited to 'clusterman/__init__.py')
-rw-r--r--clusterman/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/clusterman/__init__.py b/clusterman/__init__.py
new file mode 100644
index 0000000..9e2b30a
--- /dev/null
+++ b/clusterman/__init__.py
@@ -0,0 +1,3 @@
+__version__ = "0.0.1"
+
+from clusterman.__main__ import main