diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-25 11:55:17 +0200 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-25 11:55:17 +0200 |
| commit | b014c3fba19a82e88992464f460910e6f101ea0f (patch) | |
| tree | 4d9dc181a88dc1c995dbb111cf3fd2a04755f92e /clusterman/__init__.py | |
| parent | 3d445ed2d6ef6f820173992279a22a8dd2dced6f (diff) | |
Init project
Diffstat (limited to 'clusterman/__init__.py')
| -rw-r--r-- | clusterman/__init__.py | 3 |
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 |
