mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-07-21 19:52:47 +00:00
4 lines
80 B
Python
4 lines
80 B
Python
import json
|
|
|
|
with open("config.json", "r") as file:
|
|
config = json.load(file) |