mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
config.py in src verschoben
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import json
|
||||
|
||||
with open("config.json", "r") as file:
|
||||
config = json.load(file)
|
||||
Reference in New Issue
Block a user