historical/toontown-classic.git/panda/direct/directnotify/LoggerGlobal.py

6 lines
94 B
Python
Raw Normal View History

2024-01-16 17:20:27 +00:00
"""instantiate global Logger object"""
from . import Logger
defaultLogger = Logger.Logger()