diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-05-31 09:30:19 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-05-31 09:30:19 +0700 |
| commit | 507bcbe0482f33c6305549b554463ab6d45cdc17 (patch) | |
| tree | 80f01989aa2b4eac8db46b63923985667068feb6 /fixco_api/models/__init__.py | |
| parent | 1e9824d861f2208e1beb477ea8028cd007ecbd89 (diff) | |
add paid invoice api
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 index 8a0dc04..69c1de8 100644 --- a/fixco_api/models/__init__.py +++ b/fixco_api/models/__init__.py @@ -1 +1,2 @@ from . import sale +from . import invoice |
