9 lines
243 B
Python
9 lines
243 B
Python
|
config = {
|
||
|
'event_name': 'KOK 2-dagers testing',
|
||
|
'port': '/dev/pts/2',
|
||
|
'cnf_file': 'k2ds/tt.cnf',
|
||
|
'db_file': 'k2ds/db.csv',
|
||
|
'xml_res_file': 'Resultater.xml',
|
||
|
'otime_file': 'test.otime'
|
||
|
}
|