Law/app/api/admin/requests.py
2026-02-27 18:46:07 +03:00

8 lines
202 B
Python

"""Backward-compatible entrypoint for Admin Requests router.
Implementation moved to app.api.admin.requests_modules.
"""
from app.api.admin.requests_modules.router import router
__all__ = ["router"]