Files
Vault/Vault.py

6 lines
122 B
Python
Raw Normal View History

2025-07-17 19:53:05 +02:00
from UI.GUI import run_app
from Logic.Filehandler import *
from Test.Startup import startup_test
2025-05-19 18:39:59 +02:00
2025-07-17 19:53:05 +02:00
startup_test()
run_app()