google styled doc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user