from <file that has the class in> import <the class name you want to import> # Or do this if you want to import everything inside one file from <file that has the class in> import *