how to reference another python file 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 *