# Backward-compat shim -- module moved to ocr/spell/smart_spell.py import importlib as _importlib import sys as _sys _sys.modules[__name__] = _importlib.import_module("ocr.spell.smart_spell")