summaryrefslogblamecommitdiffstats
path: root/glucometer.py
blob: c8f96de79471097fb0d0a8ca31f5726708673488 (plain) (tree)
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()