Skip to content

Commit 9b9de09

Browse files
committed
AnnotationSpecsAccessorに属性を追加
1 parent d1f08e2 commit 9b9de09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

annofabapi/util/annotation_specs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ class AnnotationSpecsAccessor:
147147
"""
148148

149149
def __init__(self, annotation_specs: dict[str, Any]) -> None:
150+
self.annotation_specs = annotation_specs
150151
self.labels = annotation_specs["labels"]
151152
self.additionals = annotation_specs["additionals"]
152153

0 commit comments

Comments
 (0)