In the same folder I have three files: main.py, app_logger.py and mymodule.py with their contents:
# main.py import argparse import app_logger import mymodule imp