bazarr/libs/textdistance/algorithms/__init__.py

9 lines
217 B
Python

# app
from .compression_based import * # noQA
from .edit_based import * # noQA
from .phonetic import * # noQA
from .sequence_based import * # noQA
from .simple import * # noQA
from .token_based import * # noQA