This commit is contained in:
fengchuanhn@gmail.com
2026-05-21 01:47:21 +08:00
parent 7f57dfa9ed
commit 5ee6a57dd1
29 changed files with 794 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
from app.models.card_key import CardKey
from app.models.desktopConfig import DesktopConfig
from app.models.oem import Oem
from app.models.user import User
__all__ = ["User", "DesktopConfig", "CardKey"]
__all__ = ["User", "DesktopConfig", "CardKey", "Oem"]