Importing variables from another file?

from file1 import *  

will import all objects and methods in file1

Leave a Comment