mirror of
https://github.com/RicterZ/nhentai.git
synced 2026-04-08 10:40:22 +02:00
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>
6 lines
267 B
Python
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
|