From c2b0f7e4fb4738afcae1705db8f983dd90a669a4 Mon Sep 17 00:00:00 2001 From: historia Date: Sun, 6 Sep 2026 15:17:57 -0400 Subject: inital commit --- lib/src/__main__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/src/__main__.py (limited to 'lib/src/__main__.py') 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() -- cgit v1.2.3