In Python, can I call the main() of an imported module? August 12, 2022 by Magenaut In Python I have a module myModule.py where I define a few functions and a main(), which takes a few command line arguments.