Files
paperless-ngx/src/paperless_remote/__init__.py
2025-07-08 14:19:42 -07:00

5 lines
161 B
Python

# this is here so that django finds the checks.
from paperless_remote.checks import check_remote_parser_configured
__all__ = ["check_remote_parser_configured"]