PandaObject.py 212 B

123456789
  1. from DirectObject import *
  2. from PandaModules import *
  3. from ShowBaseGlobal import *
  4. class PandaObject(DirectObject):
  5. """
  6. This is the class that all Panda/Show classes should inherit from
  7. """
  8. pass