#of course, this means all three files become part of the same symbol table from FileA import * from FileB import * from FileC import * #Used for 'from simplemodule import *' __all__ = ["FileA", "FileB", "FileC"]