diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-05-29 14:56:48 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-05-29 14:56:48 +0700 |
| commit | f6bb7e8c0236c4a3b3c89101d13ca593d7170283 (patch) | |
| tree | 2a50f25903873a91a6a6ca76cc30800e69969db1 /fixco_api/models/__init__.py | |
| parent | 0f700ade1d878e3b7031c8abc5f7d1bdb6ccaaf7 (diff) | |
add api get sale order
Diffstat (limited to 'fixco_api/models/__init__.py')
| -rw-r--r-- | fixco_api/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixco_api/models/__init__.py b/fixco_api/models/__init__.py new file mode 100644 index 0000000..8a0dc04 --- /dev/null +++ b/fixco_api/models/__init__.py @@ -0,0 +1 @@ +from . import sale |
