2020-11-25 10:52:38 +01:00
|
|
|
# this is here so that django finds the checks.
|
2023-09-23 20:17:01 -07:00
|
|
|
from documents.checks import changed_password_check
|
|
|
|
|
from documents.checks import parser_check
|
2022-03-11 10:55:51 -08:00
|
|
|
|
|
|
|
|
__all__ = ["changed_password_check", "parser_check"]
|