biocommons / hgvs

Python library to parse, format, validate, normalize, and map sequence variants. `pip install hgvs`
https://hgvs.readthedocs.io/
Apache License 2.0
240 stars 94 forks source link

#178 - use abc for Edit class to ensure method definition #729

Closed davmlaw closed 6 months ago

davmlaw commented 7 months ago

Fix for issue #178

While changing superclasses, I also removed Python2 objects, went with Python3 classes

davmlaw commented 6 months ago

@korikuzma - thanks for looking, have updated

davmlaw commented 6 months ago

My other pull request was accepted... so updating from master again