1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env python3 # -*- python -*- # # SPDX-FileCopyrightText: © 2013 The glucometerutils Authors # SPDX-License-Identifier: MIT from glucometerutils import glucometer if __name__ == "__main__": glucometer.main()