feat: attributes in cards and projects

This commit is contained in:
2025-02-27 18:34:38 +04:00
parent c6c006d45b
commit a2c9fd8e3b
16 changed files with 391 additions and 27 deletions

View File

@@ -1,3 +1,4 @@
from .attribute import attribute_router
from .auth import auth_router
from .card import card_router
from .group import card_group_router