Сreate a simple library for books using the CBV approach in Flask with the following actions:
URL | Method | Description |
/book |
| Provides a list of books with their details |
/book/book_title |
| Shows a single book |
Always use jsonify in the return method value