feat(friendships): create module structure and schemas

This commit is contained in:
qzl
2026-02-28 11:30:18 +08:00
parent dbd3f68dd4
commit 598c6c2ec5
8 changed files with 159 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"include": ["backend"],
"exclude": ["**/__pycache__", "**/node_modules", "**/.git"],
"exclude": ["**/__pycache__", "**/node_modules", "**/.git", "backend/tests"],
"typeCheckingMode": "standard",
"pythonVersion": "3.12",
"pythonPlatform": "Linux",