first commit

This commit is contained in:
2026-05-25 01:12:43 +03:00
commit bfc22efe24
83 changed files with 8903 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
from shared.models import (
Admin,
BaseModel,
Blacklist,
Consultation,
LawChunk,
LawSource,
Message,
RagQuery,
Setting,
User,
)
from shared.repositories import ORM
__all__ = [
"Admin",
"BaseModel",
"Blacklist",
"Consultation",
"LawChunk",
"LawSource",
"Message",
"ORM",
"RagQuery",
"Setting",
"User",
]