diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-10 09:57:49 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-10 09:57:49 +0700 |
| commit | 9768f8733053df18d9510fcab1cbeea66fa62e6e (patch) | |
| tree | a4763e268cfd99b3874d571fe78cdf9ebfb44c2e /indoteknik_api/controllers/api_v2/__init__.py | |
| parent | 404db39b3f80c538e202e1fe728fd043cecaf7c8 (diff) | |
| parent | 0dce304f59a437b369ff94a2ce31fbfe2f1e0258 (diff) | |
Merge branch 'release' into staging
Diffstat (limited to 'indoteknik_api/controllers/api_v2/__init__.py')
| -rw-r--r-- | indoteknik_api/controllers/api_v2/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_api/controllers/api_v2/__init__.py b/indoteknik_api/controllers/api_v2/__init__.py new file mode 100644 index 00000000..24f11c3d --- /dev/null +++ b/indoteknik_api/controllers/api_v2/__init__.py @@ -0,0 +1,2 @@ +from . import product +from . import product_variant
\ No newline at end of file |
