code restructuring

This commit is contained in:
Kaaninchen
2026-07-15 22:24:09 +02:00
parent c1eb9fd361
commit 7eeab538bf
4 changed files with 35 additions and 37 deletions
+4
View File
@@ -0,0 +1,4 @@
import json
with open("config.json", "r") as file:
config = json.load(file)