code file paths/names in config folder for more centralized definition of filenames

This commit is contained in:
Pim Nelissen
2026-02-13 14:50:02 +01:00
parent 55258d7727
commit 26f96b06fe
3 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,3 @@
ATTENUATION_TABLE = 'attenuation_table.csv'
TEST_EXP_DATA = 'test_path_coords.csv'
LOGGING_CONFIG = 'logging.yml'