Added _soypak.py
Main entry script for soypak. Preinitalisation will occur here and runs the cli modules.
This commit is contained in:
parent
50f11060e6
commit
14864aff8f
6
soypak/_soypak.py
Normal file
6
soypak/_soypak.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from soypak.cli import soypakcli
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
c = soypakcli.SoypakCLI()
|
||||
c.run()
|
||||
Loading…
Reference in New Issue
Block a user