refactor: Move Annotations into annotation module
This commit is contained in:
parent
3670f70319
commit
31b878c9eb
3 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from dataclasses import dataclass, field
|
||||
from typing import Protocol
|
||||
|
||||
from papis_extract.annotation_data import AnnotatedDocument
|
||||
from papis_extract.annotation import AnnotatedDocument
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue