Move APIHandler to a package
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
from APIHandler import APIHandler
|
from api import APIHandler
|
||||||
|
|
||||||
|
|
||||||
class Camera(APIHandler):
|
class Camera(APIHandler):
|
||||||
|
|||||||
1
api/__init__.py
Normal file
1
api/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
from .APIHandler import APIHandler
|
||||||
Reference in New Issue
Block a user