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

No name==main if-clause #55

Open
williambl opened this issue Jul 14, 2019 · 1 comment
Open

No name==main if-clause #55

williambl opened this issue Jul 14, 2019 · 1 comment

Comments

@williambl
Copy link
Member

The entry point of a python program is often in an if-clause with the condition if __name__ == "__main__". Should this be done in deltamc.py?

@Valiec
Copy link
Contributor

Valiec commented Jul 14, 2019

I didn't bother because who would import deltamc?

It's not an issue to do that though, I could move it.

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

No branches or pull requests

2 participants