16
16
# limitations under the License.
24
25
__author__ = 'Scott Kitterman, Julian Mehnle'
25
26
__email__ = 'scott@kitterman.com'
28
30
from authres.core import make_result_class_properties
30
32
class DMARCAuthenticationResult(authres.core.AuthenticationResult):