Fix deprecated call to collections.sequence
- collections.Sequence was an alias for collections.abc.Sequence that was deprecated. It was removed in Python 3.10 which means that the getitem method of the OrbitalParameters dataclass gives an AttributeError in 3.10
- Fixes #3 (closed)