4 lines
62 B
Python
4 lines
62 B
Python
|
from .logger_setup import make_logger
|
||
|
|
||
|
logger = make_logger()
|