#of course, this means all three files become part of the same symbol table from FileA import * from FileB import * from FileC import * #Oh no! We forgot to include FileC! __all__ = ["FileA", "FileB"]