5 lines
94 B
Python
5 lines
94 B
Python
"""instantiate global Logger object"""
|
|
|
|
from . import Logger
|
|
|
|
defaultLogger = Logger.Logger()
|