google styled doc

This commit is contained in:
2026-03-08 00:29:24 +05:30
parent 9f37af5761
commit 9f9e472ada
21 changed files with 593 additions and 358 deletions

View File

@@ -1,6 +1,10 @@
"""
Domain models for Mail Intake.
---
## Summary
This package defines the **canonical, provider-agnostic data models**
used throughout the Mail Intake ingestion pipeline.
@@ -11,6 +15,15 @@ Models in this package:
- Serve as stable inputs for downstream processing and analysis
These models form the core internal data contract of the library.
---
## Public API
MailIntakeMessage
MailIntakeThread
---
"""
from .message import MailIntakeMessage