[Python-ideas] Replacing the if __name__ == "__main__" idiom (was Re: making a module callable)
Mark Janssen
dreamingforward at gmail.com
Tue Nov 26 00:59:20 CET 2013
The only other possibility not mentioned thus far is to have a main.py
file and force python programs to start from it.
markj
More information about the Python-ideas
mailing list