We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afafbc commit 1fbcdf6Copy full SHA for 1fbcdf6
swagger_python_codegen/generate.py
@@ -3,6 +3,8 @@
3
"""
4
Generates Python SDK code from a Swagger (a.k.a. OpenAPI) API specification using 'swagger-codegen' open-source
5
code templates.
6
+
7
+Copyright (c) 2022 CINCH Enterprises, Ltd. and Rod Pullmann. All rights reserved.
8
9
import sys
10
import os
0 commit comments