# -*- coding: utf-8 -*- # Copyright 2026 Nexa Systems Inc. # License OPL-1 (Odoo Proprietary License v1.0) # Part of the Fusion Plating product family. # Note: `lib/` is NOT eagerly imported here — Python's relative-import # machinery would otherwise re-enter this package mid-init when the # wizard module does `from ..lib.fischerscope_parser import …`, raising # "cannot import name X from partially initialized module" on Python # 3.11+. lib is imported lazily where it's used (action_parse). from . import models from . import wizards