feat(fusion_accounting_ai): add Followup and Assets data adapters

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-18 23:21:14 -04:00
parent 086b24ab36
commit f8b97211ab
4 changed files with 107 additions and 0 deletions

View File

@@ -3,5 +3,7 @@ from ._registry import get_adapter, register_adapter
from . import bank_rec # noqa: F401
from . import reports # noqa: F401
from . import followup # noqa: F401
from . import assets # noqa: F401
__all__ = ['DataAdapter', 'AdapterMode', 'get_adapter', 'register_adapter']