diff options
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" |