from DirectObject import * from PandaModules import * class PandaObject(DirectObject): """ This is the class that all Panda/Show classes should inherit from """ pass