treethought / flask-assistant

Framework for Building Virtual Assistants with Dialogflow and python
Apache License 2.0
380 stars 100 forks source link

Allow usage of service fabric like others flask components #132

Closed Guilhem23 closed 4 years ago

Guilhem23 commented 4 years ago

Hi, Would be great if flask_assistant can support application fabric if not using blueprint for sure :)

extensions.py:

from flask_assistant import Assistant

assist = Assistant(project_id='xxx')

app.py:

from extensions import assist

assist.init_app(app)
Guilhem23 commented 4 years ago

Thanks, have a great day