Files
gleiswechsel/src/config.py
T

4 lines
80 B
Python

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