Source code for caspia.gateway.rules.filter

from enum import Enum


[docs]class RulesFilter(Enum): ALL = 'all' BASIC = 'basic' NO = 'no'