mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 13:15:00 -04:00
5 lines
139 B
Python
5 lines
139 B
Python
"""PhysicsManagerGlobal module: contains the global physics manager"""
|
|
import PhysicsManager
|
|
|
|
physicsMgr = PhysicsManager.PhysicsManager()
|