proiect finalizat

This commit is contained in:
andrei-mihnea-cerbu
2024-01-13 12:59:19 +02:00
parent 54542da299
commit 67b7a241d7
53 changed files with 321 additions and 19 deletions
+10 -2
View File
@@ -1,2 +1,10 @@
from .main import MainApplication
app = MainApplication()
from .main_application import MainApplication
app = MainApplication()
'''
The 'app' package contains all the UI and network components to run the application'. This package contains the
following packages:
- http (tools to make HTTP requests to the API)
- models (schematics for the HTTP requests and user info validation)
- views (UI design)
'''