11
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from app.models.card_key import CardKey
|
||||
from app.models.config import Config
|
||||
from app.models.desktopConfig import DesktopConfig
|
||||
from app.models.oem import Oem
|
||||
from app.models.user import User
|
||||
|
||||
__all__ = ["User", "DesktopConfig", "CardKey", "Oem"]
|
||||
__all__ = ["User", "DesktopConfig", "CardKey", "Oem", "Config"]
|
||||
|
||||
Reference in New Issue
Block a user