use Python package approach to project structure

This commit is contained in:
Adam Wilson
2025-04-24 11:27:03 -06:00
parent 8c6f38db31
commit c9c5b8b0a7
7 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import json
from controller import ApiController
from tests.api.controller import ApiController
from wsgiref.simple_server import make_server