I have three modules: a.py, b.py, c.py .
Each module contains a function that I want to call in an consolidate module that runs the functions e.g: con.py.
The