kopia lustrzana https://github.com/gd3kr/BlenderGPT
11 wiersze
540 B
Python
11 wiersze
540 B
Python
# flake8: noqa
|
|
|
|
from openai.api_resources.abstract.api_resource import APIResource
|
|
from openai.api_resources.abstract.createable_api_resource import CreateableAPIResource
|
|
from openai.api_resources.abstract.deletable_api_resource import DeletableAPIResource
|
|
from openai.api_resources.abstract.listable_api_resource import ListableAPIResource
|
|
from openai.api_resources.abstract.nested_resource_class_methods import (
|
|
nested_resource_class_methods,
|
|
)
|
|
from openai.api_resources.abstract.updateable_api_resource import UpdateableAPIResource
|