Update files.

This commit is contained in:
2026-05-17 14:42:27 +08:00
commit 9fe37795f7
7 changed files with 560 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import os
from pathlib import Path
CONFIG_DIR = Path(__file__).resolve().parent / 'config'
os.makedirs(CONFIG_DIR, exist_ok=True)