feat(fusion_accounting_ai): add empty sub-module skeleton

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-18 21:27:55 -04:00
parent 75eb084687
commit c6d1008810
12 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from . import models
from . import controllers
from . import services
from . import wizards