# coding = utf-8 from enum import Enum class AlgorithmType(Enum): similarity = 0 distance = 1