MarketSquare / roboswag

Apache License 2.0
26 stars 2 forks source link

Make Roboswag executable with -m option #29

Closed bhirsz closed 2 years ago

bhirsz commented 2 years ago

For better clarity I moved around some of the methods - to new model.py and version.py . I also updated __main__ file so it's now possible to run python -m roboswag in addition to using tool's name (just roboswag). It's convenient for some systems that don't allow users to install shortcuts to programs.

bhirsz commented 2 years ago

I'm slowly returning to codebase and now it ocurred to me that "core" would be better fit than "model". I will rename it later