Source code for swarmauri.core.metrics.IThreshold

from abc import ABC, abstractmethod

[docs] class IThreshold(ABC): pass