update code, add all features

This commit is contained in:
2025-03-12 11:35:13 +01:00
parent f29167b404
commit 4dd0710429
11 changed files with 2267 additions and 0 deletions

4
main.py Normal file
View File

@@ -0,0 +1,4 @@
from src.ui.interface import launch
if __name__ == "__main__":
launch()