11
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user