Hacker News new | ask | show | jobs
by Doxin 1792 days ago
So as your script grows, don't you eventually rename it to whatever/__main__.py and run it with -m? seems like a fairly trivial transform that then allows you to spin out as many modules as you need.