Skip to content

Commit

Permalink
Merge pull request #443 from Yehuda-Binik/yehuda-sequence_constraint
Browse files Browse the repository at this point in the history
added SequenceConstraint to init.py
  • Loading branch information
jakebeal authored Oct 17, 2024
2 parents 1deaf82 + 23b6f70 commit 8562f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sbol2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
from .sbolerror import SBOLError, SBOLErrorCode
from .sequence import Sequence
from .sequenceannotation import SequenceAnnotation
from .sequenceconstraint import SequenceConstraint
from .toplevel import TopLevel
from .validation import is_alphanumeric_or_underscore
from .validation import is_not_alphanumeric_or_underscore
Expand Down

0 comments on commit 8562f0a

Please sign in to comment.