oldschool-toontown/toontown/launcher/QuickStartLauncher.py
2021-06-29 19:28:49 -04:00

9 lines
265 B
Python

from panda3d.core import *
if __debug__:
loadPrcFile('etc/Configrc.prc')
else:
import sys
sys.path = ['']
from toontown.launcher.QuickLauncher import QuickLauncher
launcher = QuickLauncher()
launcher.notify.info('Reached end of StartQuickLauncher.py.')