fix: setup beginning before folders are created

This commit is contained in:
cwilvx
2024-05-07 23:16:56 +03:00
parent 10b613513c
commit 6692c78110
2 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ ALLARGS = settings.ALLARGS
ARGS = sys.argv[1:]
class HandleArgs:
class ProcessArgs:
def __init__(self) -> None:
self.handle_build()
self.handle_host()