feat: initialize governed postbox module
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
from govoplan_postbox.backend.db.models import (
|
||||
Postbox,
|
||||
PostboxAccessEvent,
|
||||
PostboxAddress,
|
||||
PostboxAttachmentReference,
|
||||
PostboxBinding,
|
||||
PostboxDelivery,
|
||||
PostboxGrouping,
|
||||
PostboxGroupingSource,
|
||||
PostboxMessage,
|
||||
PostboxMessageReceipt,
|
||||
PostboxParticipant,
|
||||
PostboxRoute,
|
||||
PostboxTemplate,
|
||||
PostboxTemplateRevision,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"Postbox",
|
||||
"PostboxAccessEvent",
|
||||
"PostboxAddress",
|
||||
"PostboxAttachmentReference",
|
||||
"PostboxBinding",
|
||||
"PostboxDelivery",
|
||||
"PostboxGrouping",
|
||||
"PostboxGroupingSource",
|
||||
"PostboxMessage",
|
||||
"PostboxMessageReceipt",
|
||||
"PostboxParticipant",
|
||||
"PostboxRoute",
|
||||
"PostboxTemplate",
|
||||
"PostboxTemplateRevision",
|
||||
]
|
||||
Reference in New Issue
Block a user