kitchen/backend/api/__init__.py
2026-07-12 12:16:28 +00:00

3 lines
127 B
Python

from . import invoices, suppliers, reports, newbook, resos
__all__ = ["invoices", "suppliers", "reports", "newbook", "resos"]