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.
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 runpython -m roboswag
in addition to using tool's name (justroboswag
). It's convenient for some systems that don't allow users to install shortcuts to programs.