open_toontown_panda3d/direct/src/directnotify/LoggerGlobal.py

6 lines
94 B
Python

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