This commit is contained in:
2026-04-16 15:41:36 +08:00
parent e8ad6696cd
commit 9af4ef3ff9
11 changed files with 1810 additions and 239 deletions
+4
View File
@@ -0,0 +1,4 @@
import json, sys
sys.stdout.reconfigure(encoding="utf-8")
# This script reads generate_template.py and runs it
exec(open("generate_template.py", encoding="utf-8").read())