#!/opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12
# DON'T DELETE ME! setuptool entry_points adds way too much overhead
# causing execution times to be much longer than they should be
from gpstime.__main__ import main
main()
