Improve UI cohesion, status bar, and core attack reliability

This commit is contained in:
Dr Jones
2026-05-22 17:51:33 -07:00
parent c958a06b96
commit 1152a937f7
13 changed files with 612 additions and 189 deletions

View File

@@ -1,9 +1,12 @@
"""
Configuration and constants for the Facebook Recovery System.
Configuration and constants for GODCWAK.
"""
import os
from pathlib import Path
APP_NAME = "GODCWAK"
APP_VERSION = "1.0"
# Paths
BASE_DIR = Path(__file__).parent
DATA_DIR = BASE_DIR / "data"