pino-source-code / src /pino /__init__.py
mattbitzesty's picture
feat(literature): add trade-name resolver, Poucher/Arctander parsers, and PyMuPDF extraction scripts
0ebf67e unverified
Raw
History Blame Contribute Delete
167 Bytes
from __future__ import annotations
# Package marker: avoid eager imports of heavy/optional dependencies.
# Submodules are imported on demand by callers.
__all__ = []