mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-13 10:03:49 -05:00
5 lines
112 B
Python
5 lines
112 B
Python
from .checks import binaries_check
|
|
from .checks import paths_check
|
|
|
|
__all__ = ["binaries_check", "paths_check"]
|