mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-16 00:34:50 -04:00
10 lines
212 B
Python
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
|