- Initialisation of the EveAI Chat Client.
- Introduction of Tenant Makes
This commit is contained in:
9
scripts/run_eveai_chat_client.py
Normal file
9
scripts/run_eveai_chat_client.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from gevent import monkey
|
||||
monkey.patch_all()
|
||||
|
||||
from eveai_chat_client import create_app
|
||||
|
||||
app = create_app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True)
|
||||
Reference in New Issue
Block a user