fix imports

This commit is contained in:
Yeicor
2024-03-06 19:25:49 +01:00
parent 986db75b24
commit 753648e522
8 changed files with 32 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ import time
from aiohttp import web
from server import Server
from yacv_server.server import Server
server = Server()
"""The server instance. This is the main entry point to serve CAD objects and other data to the frontend."""