This commit is contained in:
Auric Vente
2024-07-19 00:58:07 -06:00
parent 2b965b3435
commit dce647cced
2 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ class Config:
loop_delay_normal: int = 20_000
loop_delay_slow: int = 60_000
hatch_burst: int = 3
font_size: int = 20
footer_font_size: int = 18
@staticmethod
def prepare() -> None: