5 lines
98 B
Python
5 lines
98 B
Python
from quart_common.web.logger import build_logger
|
|
|
|
|
|
logger = build_logger(name="simple-picoshare")
|