mcdelta-project / mcdelta-python

MCDelta client written in Python
GNU General Public License v3.0
3 stars 3 forks source link

No name==main if-clause #55

Open williambl opened 4 years ago

williambl commented 4 years ago

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 commented 4 years ago

I didn't bother because who would import deltamc?

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