basic invitation model with domain class

This commit is contained in:
dandds
2018-10-23 15:49:51 -04:00
parent 2a333a5f2c
commit b8fc92cd14
6 changed files with 184 additions and 0 deletions

View File

@@ -18,3 +18,4 @@ from .request_revision import RequestRevision
from .request_review import RequestReview
from .request_internal_comment import RequestInternalComment
from .audit_event import AuditEvent
from .invitation import Invitation