mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 20:21:35 +01:00
8 lines
200 B
Python
8 lines
200 B
Python
#!/usr/bin/python3
|
|
from config_parse import CFG
|
|
GLOBAL_FONT = {'family':CFG("font"),'weight':'normal','size': CFG("global_text_size")}
|
|
SOURCE_PATH=CFG("default_target_dir")
|
|
FIGURE=0
|
|
AXIS=1
|
|
CALLBACK=2
|