using python files in other python files code example
Example: python include another python file
#import all from myfile.py (in same directory)
from myfile import *
#import all from myfile.py (in same directory)
from myfile import *