historical/toontown-classic.git/panda/direct/directnotify/LoggerGlobal.py
2024-01-16 11:20:27 -06:00

5 lines
94 B
Python

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