antimatter.constants.domain_policy# Module Contents# Classes# Operation Enum class for defining the operation. Result Enum class for defining the result. class antimatter.constants.domain_policy.Operation# Bases: str, enum.Enum Enum class for defining the operation. Edit = 'edit'# View = 'view'# Use = 'use'# class antimatter.constants.domain_policy.Result# Bases: str, enum.Enum Enum class for defining the result. Allow = 'allow'# Deny = 'deny'#