mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-01-31 05:33:42 +00:00
4 lines
63 B
Python
4 lines
63 B
Python
|
import logging
|
||
|
|
||
|
logger = logging.getLogger("fastapi-projects")
|