diff options
| author | historia <historiavg@proton.me> | 2026-09-06 15:17:57 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-09-06 15:22:52 -0400 |
| commit | c2b0f7e4fb4738afcae1705db8f983dd90a669a4 (patch) | |
| tree | ffcb4bfea9227b40646ab0836decfbac55b9371b /lib/src/__main__.py | |
| download | producer-c2b0f7e4fb4738afcae1705db8f983dd90a669a4.tar.gz | |
inital commit
Diffstat (limited to 'lib/src/__main__.py')
| -rw-r--r-- | lib/src/__main__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/src/__main__.py b/lib/src/__main__.py new file mode 100644 index 0000000..cfe0046 --- /dev/null +++ b/lib/src/__main__.py @@ -0,0 +1,4 @@ +from producer.cli import main + +if __name__ == "__main__": + main() |
