mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-31 14:00:54 +00:00
* Astract factory for generators based on connexion * Add aiohttp server generator * Fix flask tests * Normalize python-flask folder names
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bin/python-server-aiohttp-petstore.sh
|
|
./bin/python-server-flask-petstore.sh
|
|
./bin/python-server-flask-petstore-python2.sh
|