Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove global execution #5

Closed
a-tal opened this issue Jun 7, 2021 · 1 comment
Closed

remove global execution #5

a-tal opened this issue Jun 7, 2021 · 1 comment
Assignees

Comments

@a-tal
Copy link

a-tal commented Jun 7, 2021

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!

@TUnbehaun TUnbehaun self-assigned this Jun 7, 2021
@TUnbehaun
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants