This commit is contained in:
Auric Vente
2024-07-25 05:41:47 -06:00
parent 522297aa33
commit c97c6d0a70
6 changed files with 213 additions and 4 deletions

View File

@@ -13,10 +13,12 @@ from .window import Window
from .game import Game
from .settings import Settings
from .filter import Filter
from .args import Args
def main() -> None:
Config.prepare()
Args.prepare()
program = Config.program
title = Config.title