4 lines
54 B
Python
4 lines
54 B
Python
|
|
from .logger import get_logger
|
||
|
|
|
||
|
|
logger = get_logger()
|