Migrated to dragonion_core

This commit is contained in:
BarsTiger
2023-07-17 00:06:35 +03:00
parent 1497e0ced8
commit 7945194d5a
10 changed files with 9 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
from fastapi import WebSocket, WebSocketDisconnect
from .managers.service import Service
from .objects.webmessage import (
from dragonion_core.proto.web import (
webmessages_union,
WebMessage
)