Skip to content

Commit 8562f0a

Browse files
authored
Merge pull request #443 from Yehuda-Binik/yehuda-sequence_constraint
added SequenceConstraint to init.py
2 parents 1deaf82 + 23b6f70 commit 8562f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sbol2/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
from .sbolerror import SBOLError, SBOLErrorCode
4444
from .sequence import Sequence
4545
from .sequenceannotation import SequenceAnnotation
46+
from .sequenceconstraint import SequenceConstraint
4647
from .toplevel import TopLevel
4748
from .validation import is_alphanumeric_or_underscore
4849
from .validation import is_not_alphanumeric_or_underscore

0 commit comments

Comments
 (0)