Closed thejuan closed 4 years ago
It would be nice if you could run an update like so
python -m manuf --update
Instead of having to find the path to the python script Adding a __main__.py allows this
__main__.py
from manuf import main if __name__ == "__main__": main()
It would be nice if you could run an update like so
python -m manuf --update
Instead of having to find the path to the python script Adding a
__main__.py
allows this