Restore api/migrations/models/services source files accidentally removed in gitignore commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c8fad1cf36
commit
907243c2cd
31 changed files with 29855 additions and 0 deletions
3
backend/api/__init__.py
Normal file
3
backend/api/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from . import invoices, suppliers, reports, newbook, resos
|
||||
|
||||
__all__ = ["invoices", "suppliers", "reports", "newbook", "resos"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue