Dev Ada project
app: This directory contains the main application code
init.y: This file initializes the flask application and any other setup code
routes.py: This file contains the route definition and view functions for app
models.py: This file contains your data models if you're using a database.
templates/: This directory stores HTML templates used by your Flask views.
static/: This directory stores static files like CSS, JavaScript, and images.