config.py in src verschoben

This commit is contained in:
Kaaninchen
2026-07-17 18:59:12 +02:00
parent ffec60ecc2
commit f3ab8441ee
4 changed files with 5 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
import json
with open("config.json", "r") as file:
config = json.load(file)