475fcea
6194b0f
1 2
3 4
5 6 7 8 9
#!/usr/bin/env python3 # -*- python -*- # # SPDX-License-Identifier: MIT from glucometerutils import glucometer if __name__ == "__main__": glucometer.main()