diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index 254c6f6..97be13b 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -49,7 +49,7 @@ from parsedmarc.mail import ( from parsedmarc.types import ( AggregateReport, FailureReport, - ForensicReport, + ForensicReport as ForensicReport, ParsedReport, ParsingResults, SMTPTLSReport,