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/__init__.py | |
| parent | 3df675a6ec324cce7a0235ccfa265e4f11cf2387 (diff) | |
initial commit for api
Diffstat (limited to 'fixco_api/controllers/__init__.py')
| -rw-r--r-- | fixco_api/controllers/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fixco_api/controllers/__init__.py b/fixco_api/controllers/__init__.py new file mode 100644 index 0000000..30664b9 --- /dev/null +++ b/fixco_api/controllers/__init__.py @@ -0,0 +1,2 @@ +from . import controller +from . import api_v1
\ No newline at end of file |
