diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-10-05 15:19:27 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-10-05 15:19:27 +0700 |
| commit | 14cb30c3f2fb8b15baaf32ab9fca7bb9bda73845 (patch) | |
| tree | e4039e13e934db6ee148f766882bb82af8db1d7a /indoteknik_api/controllers/__init__.py | |
| parent | d1bc570eae2818bc4b535840f2eb3061b99ca98b (diff) | |
Update struktur API and fitur API flash sale
Diffstat (limited to 'indoteknik_api/controllers/__init__.py')
| -rw-r--r-- | indoteknik_api/controllers/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_api/controllers/__init__.py b/indoteknik_api/controllers/__init__.py new file mode 100644 index 00000000..4c317fdc --- /dev/null +++ b/indoteknik_api/controllers/__init__.py @@ -0,0 +1,3 @@ +from . import controller +from . import product_controller +from . import sale_order_controller |
