mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-20 09:03:55 +08:00
3 lines
136 B
Python
3 lines
136 B
Python
from utm.conversion import to_latlon, from_latlon, latlon_to_zone_number, latitude_to_zone_letter
|
|
from utm.error import OutOfRangeError
|