paperless-ngx/src/paperless/__init__.py

5 lines
112 B
Python
Raw Normal View History

from .checks import binaries_check
from .checks import paths_check
__all__ = ["binaries_check", "paths_check"]