squash everything before 17.0

This commit is contained in:
Luc De Meyer
2026-03-02 20:36:38 +01:00
parent 6fdeb820b1
commit 8db04d2af9
40 changed files with 4893 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import logging
_logger = logging.getLogger(__name__)
try:
from . import models
from . import wizards
except Exception:
_logger.warning("Import Error, check if fintech lib has been installed")