123/myapp/app/middlewares/__init__.py
2025-02-01 15:57:22 +08:00

3 lines
129 B
Python
Executable file

# flake8: noqa: F401
from .VerifyCsrfToken import VerifyCsrfToken
from .AuthenticationMiddleware import AuthenticationMiddleware