remove global execution
a-tal opened this issue · 1 comments
a-tal commented
use
if __name__ == "__main__":
before this line:
Line 516 in cacee68
[then you can look into packaging maybe and use the same function as an entrypoint]
otherwise nice project, great idea!
TUnbehaun commented
Removed the global execution and will have a look at packaging. Thanks a lot for your feedback!