Source code for HALF.Commons.const

from enum import Enum

[docs]class ModelStrategy(str, Enum): RESET="reset", UPDATE="update"