built ability to create a character

This commit is contained in:
2025-11-03 21:42:11 -06:00
parent 875acbbe65
commit efdf3570c5
13 changed files with 44 additions and 186 deletions

View File

@@ -85,7 +85,7 @@ def configure_logging(settings=None) -> None:
return
if settings is None:
from app.core.utils.settings import get_settings # lazy import
from app.utils.settings import get_settings # lazy import
settings = get_settings()
env = settings.env.value