diff --git a/soypak/_soypak.py b/soypak/_soypak.py new file mode 100644 index 0000000..0385c23 --- /dev/null +++ b/soypak/_soypak.py @@ -0,0 +1,6 @@ +from soypak.cli import soypakcli + + +if __name__ == "__main__": + c = soypakcli.SoypakCLI() + c.run()