add graphics

This commit is contained in:
Anthony Samms
2025-12-19 09:40:36 -05:00
parent a2f742ebd2
commit 532037000a
4 changed files with 19 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ class GeneralConfig(TypedDict):
log_level: int
fake_online: bool
practice_mode_bar_delay: int
score_method: str
class NameplateConfig(TypedDict):
name: str