oldschool-toontown/toontown/launcher/QuickStartLauncher.py

7 lines
188 B
Python
Raw Normal View History

2019-11-02 17:27:54 -05:00
import sys
sys.path = ['']
import Phase2
from toontown.launcher.QuickLauncher import QuickLauncher
launcher = QuickLauncher()
launcher.notify.info('Reached end of StartQuickLauncher.py.')