mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
8 lines
190 B
Python
8 lines
190 B
Python
"""Backward-compatible entrypoint for Admin CRUD router.
|
|
|
|
Implementation moved to app.api.admin.crud_modules.
|
|
"""
|
|
|
|
from app.api.admin.crud_modules.router import router
|
|
|
|
__all__ = ["router"]
|