3 lines
54 B
Python
3 lines
54 B
Python
|
from logging import Logger
|
||
|
|
||
|
logger = Logger("default")
|