deworming my simulator

This commit is contained in:
Yonokid
2025-08-28 20:50:53 -04:00
parent 9da7ce7b95
commit 2bf7495020
13 changed files with 257 additions and 382 deletions

View File

@@ -13,9 +13,7 @@ from libs.utils import (
class SettingsScreen:
def __init__(self, width: int, height: int):
self.width = width
self.height = height
def __init__(self):
self.screen_init = False
self.config = global_data.config
self.headers = list(self.config.keys())