aboutsummaryrefslogtreecommitdiffstats
path: root/python/quote_parsing/__init__.py
blob: 623e24259c431749d4e6b300c915f8115a9b58d4 (plain)
1
2
3
4
import logging
from serenitas.utils import SerenitasRotatingFileHandler

logger = logging.getLogger(__name__)