mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-08 12:48:32 +01:00
Initial
This commit is contained in:
8
constants.py
Normal file
8
constants.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user