how to import a python file into another python file windows 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 *