#!/usr/bin/env python3
# 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()
