diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-05-28 10:50:29 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-05-28 10:50:29 +0700 |
| commit | 0f700ade1d878e3b7031c8abc5f7d1bdb6ccaaf7 (patch) | |
| tree | c1f26871ca3855f9c3fedbde3568f5f96627cc61 /fixco_api/controllers/api_v1/__init__.py | |
| parent | 3df675a6ec324cce7a0235ccfa265e4f11cf2387 (diff) | |
initial commit for api
Diffstat (limited to 'fixco_api/controllers/api_v1/__init__.py')
| -rw-r--r-- | fixco_api/controllers/api_v1/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
