scholarr/app/services/domains/openalex/__init__.py
2026-02-26 12:54:19 +01:00

5 lines
89 B
Python

from __future__ import annotations
import logging
logger = logging.getLogger(__name__)