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/__main__.py | |
| parent | 3d445ed2d6ef6f820173992279a22a8dd2dced6f (diff) | |
Init project
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!") |
