mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 10:12:45 +00:00
moved to client folder
This commit is contained in:
@@ -7,7 +7,7 @@ import java.io.File
|
||||
object PythonPetstoreCodegen extends BasicPythonGenerator {
|
||||
def main(args: Array[String]) = generateClient(args)
|
||||
|
||||
override def destinationDir = "samples/petstore/python"
|
||||
override def destinationDir = "samples/client/petstore/python"
|
||||
|
||||
override def supportingFiles = List(
|
||||
("__init__.mustache", destinationDir, "__init__.py"),
|
||||
|
||||
Reference in New Issue
Block a user