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

3 lines
49 B
Python

from .router import router
__all__ = ["router"]