Files
gleiswechsel/config.py
T
2026-07-15 22:24:09 +02:00

4 lines
80 B
Python

import json
with open("config.json", "r") as file:
config = json.load(file)