open_toontown_panda3d/direct/src/directbase/DirectStart.py

10 lines
227 B
Python

""" This is a deprecated module that creates a global instance of ShowBase. """
__all__ = []
if __debug__:
print('Using deprecated DirectStart interface.')
from direct.showbase import ShowBase
base = ShowBase.ShowBase()