Skip to content

Commit 416bc27

Browse files
committed
[format] Add Section.sec_cardinality attribute
1 parent cd7eef3 commit 416bc27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

odml/format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ class Section(Format):
157157
'section': 0,
158158
'include': 0,
159159
'property': 0,
160+
'sec_cardinality': 0,
160161
'prop_cardinality': 0
161162
}
162163
_map = {

0 commit comments

Comments
 (0)