This commit is contained in:
Anthony Samms
2025-11-05 11:08:39 -05:00
8 changed files with 27 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ class NameplateConfig(TypedDict):
title_bg: int
dan: int
gold: bool
rainbow: bool
class PathsConfig(TypedDict):
tja_path: list[str]