This commit is contained in:
Robert 2021-12-25 23:52:55 +01:00
commit a4077dbf3d
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,3 @@
with open("rechte.json", "r") as rechte_file:
rechte = json.load(rechte_file)

10
rechte.json Normal file
View File

@ -0,0 +1,10 @@
[
{
name: "floortileset.png",
copytxt: "CC0BY blatut"
},
{ name: "floortileset.png",
copytxt: "CC0BY blatut"
}
]