News

Will it be possible to rewrite eel to use flask instead of bottle? Flask is still lightweight plus it offers a lot 3rd party libs for easy developement. Also incase we want to shift the app to web ...
meeting-room-booking-agent/ ├── app.py # Flask application entry point ├── config.py # Application configuration ├── helper.py # Utility functions and helpers ├── requirements.txt # Python ...