Hacker News new | ask | show | jobs
by ekimekim 4156 days ago
Well more properly python doesn't have a "main" function. You just directly execute the initial script, which will import other modules, define functions and classes, etc, and finally (hopefully) execute something.