open_toontown_panda3d/direct/src/directnotify/LoggerGlobal.py

6 lines
87 B
Python

"""instantiate global Logger object"""
import Logger
defaultLogger = Logger.Logger()