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/controllers/api_v1/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 fixco_api/controllers/api_v1/__init__.py (limited to 'fixco_api/controllers/api_v1/__init__.py') diff --git a/fixco_api/controllers/api_v1/__init__.py b/fixco_api/controllers/api_v1/__init__.py new file mode 100644 index 0000000..3f4a5ff --- /dev/null +++ b/fixco_api/controllers/api_v1/__init__.py @@ -0,0 +1 @@ +from . import partner \ No newline at end of file -- cgit v1.2.3