scholarr/app/services/openalex/__init__.py
Justin Visser 3866c6d6f0 ci: add CodeQL security scanning and Dependabot
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 00:05:17 +01:00

5 lines
89 B
Python

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