Rescue Paperjet v1 implementation
This commit is contained in:
parent
7ff5c8130d
commit
db9e2ca51b
83 changed files with 6186 additions and 3894 deletions
|
|
@ -5,9 +5,9 @@ All models use UUIDv4 string primary keys (except the singleton settings row).
|
|||
Timestamps are stored as ISO8601 TEXT columns.
|
||||
"""
|
||||
|
||||
from app.models.settings import Settings
|
||||
from app.models.document import Document
|
||||
from app.models.annotation_state import AnnotationState
|
||||
from app.models.document import Document
|
||||
from app.models.settings import Settings
|
||||
from app.models.version import Version
|
||||
|
||||
__all__ = ["Settings", "Document", "AnnotationState", "Version"]
|
||||
__all__ = ["AnnotationState", "Document", "Settings", "Version"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue