This commit is contained in:
2021-01-14 12:51:40 +01:00
parent d4caaae0f2
commit 9570bef24d
15 changed files with 142 additions and 633 deletions

5
tools/ws/server.py Normal file
View File

@ -0,0 +1,5 @@
import connexion
app = connexion.App(__name__)
app.add_api('my_api.yaml')
application = app.app