User Log and Persistent Faction Information

This commit is contained in:
2026-01-27 14:48:46 -05:00
parent 4ae3a9eb17
commit 4850c16b87
39 changed files with 782 additions and 71 deletions

View File

@@ -2,7 +2,7 @@ from pathlib import Path
import json
def load_from_json():
"""Load config from JSON file if it exists"""
#Load config from JSON file if it exists
path = Path("data/config.json")
if not path.exists():
return {}