mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 04:51:10 +00:00
4 lines
92 B
Python
4 lines
92 B
Python
class Config(object):
|
|
DEBUG_MODE = True
|
|
OPEN_DEVICE = True
|
|
DEVICE_ADDRESS = 0x01 |