refactor: move entities

This commit is contained in:
Junyan Qin
2025-03-10 22:34:45 +08:00
parent a0fd152d19
commit c1f4de425a
14 changed files with 105 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ import sqlalchemy
import argon2
from .. import group
from .....persistence.entities import user
from .....entity.persistence import user
@group.group_class('user', '/api/v1/user')