summaryrefslogtreecommitdiffstats
path: root/glucometer.py
blob: 1b48c62dd19640109bb7a4db670229c960a3b749 (plain) (blame)
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()