Move APIHandler to a package

This commit is contained in:
Max Ziermann
2020-03-06 16:52:19 +01:00
parent 17fb46f73a
commit 5c0622d669
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from APIHandler import APIHandler
from api import APIHandler
class Camera(APIHandler):
View File
+1
View File
@@ -0,0 +1 @@
from .APIHandler import APIHandler