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