mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-06 20:03:16 -04:00
9 lines
183 B
Python
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
|