mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
Expose device models
This commit is contained in:
@@ -6,6 +6,7 @@ from app.models.video import Video, VideoView, VideoLike
|
||||
from app.models.file import File, Folder
|
||||
from app.models.blockchain import Block, Transaction, Wallet
|
||||
from app.models.ai_chat import Conversation, Message
|
||||
from app.models.device import Device, DeviceMetric, DeviceLog
|
||||
|
||||
__all__ = [
|
||||
"User",
|
||||
@@ -25,4 +26,7 @@ __all__ = [
|
||||
"Wallet",
|
||||
"Conversation",
|
||||
"Message",
|
||||
"Device",
|
||||
"DeviceMetric",
|
||||
"DeviceLog",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user