split out

This commit is contained in:
2026-06-21 00:56:13 -04:00
parent 8c932a8d86
commit 8cf50c9413
6 changed files with 285 additions and 270 deletions
+6
View File
@@ -0,0 +1,6 @@
import os
from pathlib import Path
SCRIPT_DIR = Path(__file__).parent.resolve()
ASSET_DIR = os.path.join(SCRIPT_DIR, "assets")
LOGO_DIR = os.path.join(ASSET_DIR, "logos")