diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-09-27 21:12:51 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-09-27 21:12:51 +0200 |
commit | 449b490f233371fe28e9089a05982cd5634285d2 (patch) | |
tree | 64ccdf7879f0312f477cd381b5f10bd01b9dafbb /iot_barcode_scanner/static.py | |
parent | 30551b56cb20d6cd8dbf72277dc829e0041722ed (diff) | |
download | iot-barcode-scanner-449b490f233371fe28e9089a05982cd5634285d2.tar iot-barcode-scanner-449b490f233371fe28e9089a05982cd5634285d2.tar.zst iot-barcode-scanner-449b490f233371fe28e9089a05982cd5634285d2.zip |
Implement MVP
Diffstat (limited to 'iot_barcode_scanner/static.py')
-rw-r--r-- | iot_barcode_scanner/static.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/iot_barcode_scanner/static.py b/iot_barcode_scanner/static.py new file mode 100644 index 0000000..22b3842 --- /dev/null +++ b/iot_barcode_scanner/static.py @@ -0,0 +1,6 @@ + + +"""Module to store static Data for the whole Package""" + + +CONFIG_PATH = "config.json" |