Updated typing and minor non-functional changes

This commit is contained in:
Colin Basnett
2023-01-02 19:36:31 -08:00
parent eceb0622af
commit 4811911e4a
2 changed files with 9 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ Use the PsaReader::get_sequence_keys to get the keys for a sequence.
"""
class Psa(object):
class Psa:
class Bone(Structure):
_fields_ = [
('name', c_char * 64),