proiect finalizat
This commit is contained in:
@@ -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)
|
||||
'''
|
||||
Reference in New Issue
Block a user