open_toontown_panda3d/direct/src/showbase/PandaObject.py

9 lines
214 B
Python

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