mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
10 lines
357 B
Python
10 lines
357 B
Python
|
""" This module serves as a placeholder for the global AppRunner
|
||
|
object, which only exists when we are running a .p3d file via
|
||
|
runp3d.py or via the Panda3D plugin or standalone executable.
|
||
|
|
||
|
This is needed for apps that start themselves by importing
|
||
|
DirectStart; it provides a place for these apps to look for
|
||
|
the AppRunner at startup. """
|
||
|
|
||
|
appRunner = None
|