текущая версия (рабочая)

This commit is contained in:
N8N
2026-09-04 15:10:24 +03:00
commit 161fd6576b
31 changed files with 3420 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from app.models.review import Review
from app.models.settings import Settings
__all__ = ["Settings", "Review"]