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
api/__init__.py Normal file
View File

@@ -0,0 +1 @@
from .APIHandler import APIHandler