diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-27 17:05:47 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-27 17:05:47 +0700 |
| commit | 577fe5a01f3b782a2a441ad55f3cc721ba2e212c (patch) | |
| tree | 359fdcaadc4a9af6a0105c549f5bec40abaa615a /indoteknik_custom/models/__init__.py | |
| parent | 57c571c40de1acfdcf23132782ec8c7fcbb8c6bd (diff) | |
add token storage for altama stock api
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 3c6ce46c..4cc2433f 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -63,3 +63,4 @@ from . import procurement_monitoring_detail from . import brand_vendor from . import manufacturing from . import requisition +from . import token_storage |
