3 lines
64 B
Python
3 lines
64 B
Python
|
|
import logging
|
||
|
|
|
||
|
|
logger = logging.getLogger("funkwhale_api.cli")
|