Skip to content

Updating this branch to fix the issue concerning Python version compatability

Changed the return of the function _get_orientations from tuple[float,float] to Tuple[float,float]. I tried using List but this did not accept multiple arguments, therefore I imported Tuple alongside List from the typing module.

Merge request reports

Loading