From 0f700ade1d878e3b7031c8abc5f7d1bdb6ccaaf7 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 28 May 2024 10:50:29 +0700 Subject: initial commit for api --- fixco_api/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fixco_api/__init__.py (limited to 'fixco_api/__init__.py') diff --git a/fixco_api/__init__.py b/fixco_api/__init__.py new file mode 100644 index 0000000..19240f4 --- /dev/null +++ b/fixco_api/__init__.py @@ -0,0 +1,2 @@ +from . import controllers +from . import models \ No newline at end of file -- cgit v1.2.3