alg_types.pyx 103 bytes
# coding = utf-8
from enum import Enum


class AlgorithmType(Enum):
    similarity = 0
    distance = 1