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