# coding: utf-8 """ Generated by: https://github.com/openapi-json-schema-tools/openapi-json-schema-generator """ from comfy.api.paths.prompt.get.operation import ApiForGet from comfy.api.paths.prompt.post.operation import ApiForPost class Prompt( ApiForGet, ApiForPost, ): pass