move to module imports

This commit is contained in:
AAGaming
2023-09-25 13:06:46 -04:00
parent 75fbc7524f
commit f6401f4995
15 changed files with 63 additions and 49 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ import certifi
from aiohttp.web import Request, Response, middleware
from aiohttp.typedefs import Handler
from aiohttp import ClientSession
import localplatform
from customtypes import UserType
from . import localplatform
from .customtypes import UserType
from logging import getLogger
REMOTE_DEBUGGER_UNIT = "steam-web-debug-portforward.service"