panda3d/direct/src/showbase/PandaObject.py
2000-10-20 23:46:47 +00:00

10 lines
212 B
Python

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