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