Files
invoice-master-poc-v2/packages/shared/shared/data/__init__.py
2026-01-27 23:58:17 +01:00

4 lines
85 B
Python

from .csv_loader import CSVLoader, InvoiceRow
__all__ = ['CSVLoader', 'InvoiceRow']