oldschool-toontown/toontown/launcher/QuickStartLauncher.py

10 lines
265 B
Python
Raw Normal View History

from panda3d.core import *
if __debug__:
loadPrcFile('etc/Configrc.prc')
else:
import sys
sys.path = ['']
2019-11-02 22:27:54 +00:00
from toontown.launcher.QuickLauncher import QuickLauncher
launcher = QuickLauncher()
launcher.notify.info('Reached end of StartQuickLauncher.py.')