Start to implement devices enrollment
This commit is contained in:
5
python_device/src/constants.py
Normal file
5
python_device/src/constants.py
Normal file
@ -0,0 +1,5 @@
|
||||
# Device reference. This value should never be changed
|
||||
DEV_REFERENCE = "PyDev"
|
||||
|
||||
# Current device version. Must follow semver semantic
|
||||
DEV_VERSION = "0.0.1"
|
Reference in New Issue
Block a user