10 lines
206 B
Python
Raw Normal View History

2020-11-27 10:54:29 +01:00
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")