mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
4 lines
112 B
Python
4 lines
112 B
Python
from .checks import binaries_check
|
|
from .checks import paths_check
|
|
|
|
__all__ = ["binaries_check", "paths_check"]
|