mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-07 19:08:32 -05:00
5 lines
161 B
Python
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"]
|