TUnbehaun/phue-racing-flags

remove global execution

a-tal opened this issue · 1 comments

a-tal commented

use

if __name__ == "__main__":

before this line:

open_window()

[then you can look into packaging maybe and use the same function as an entrypoint]

otherwise nice project, great idea!

Removed the global execution and will have a look at packaging. Thanks a lot for your feedback!