param_test.py should be replaced with available libraries that handle the command line. You can choose between:
- click - PRO: super simple and pythonic. CON: external dependency
- argparse - PRO: Python standard library, just
import argparse. CON: less pythonic than click.