For enhancement the extensions, we could create commands for generate controllers and etc. E.g: `flask generate controller home` The command must generate file: ```shell app ├── controllers │ └── home_controller.py ```
For enhancement the extensions, we could create commands for generate controllers and etc. E.g:
flask generate controller homeThe command must generate file: