panda3d/direct/src/showbase/PandaObject.py
2003-01-09 20:31:14 +00:00

9 lines
183 B
Python

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