diff options
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 |
