#!/usr/bin/env python3 # -*- python -*- from glucometerutils import glucometer if __name__ == "__main__": glucometer.main()