diff options
Diffstat (limited to 'clusterman/__main__.py')
| -rw-r--r-- | clusterman/__main__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clusterman/__main__.py b/clusterman/__main__.py new file mode 100644 index 0000000..f3b5ec8 --- /dev/null +++ b/clusterman/__main__.py @@ -0,0 +1,7 @@ + + + + + +def main(): + print("it works!") |
