Files
nhentai/doujinshi_dl/logger.py
Ricter Zheng 81d008036a Initial commit: doujinshi-dl generic plugin framework
History reset as part of DMCA compliance. The project has been
refactored into a generic, site-agnostic download framework.
Site-specific logic lives in separate plugin packages.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 10:37:21 +08:00

6 lines
267 B
Python

# coding: utf-8
# Compatibility shim — re-exports from new location.
# Preserves backward compatibility for: from doujinshi_dl.logger import logger
from doujinshi_dl.core.logger import * # noqa: F401, F403
from doujinshi_dl.core.logger import logger # noqa: F401