mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 10:44:21 +01:00
ignore: python sdk (#2779)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
14
packages/sdk/python/src/opencode_ai/__init__.py
Normal file
14
packages/sdk/python/src/opencode_ai/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""A client library for accessing opencode
|
||||
|
||||
This package is generated by openapi-python-client.
|
||||
A thin convenience wrapper `OpenCodeClient` is also provided.
|
||||
"""
|
||||
|
||||
from .client import AuthenticatedClient, Client
|
||||
from .extras import OpenCodeClient
|
||||
|
||||
__all__ = (
|
||||
"AuthenticatedClient",
|
||||
"Client",
|
||||
"OpenCodeClient",
|
||||
)
|
||||
Reference in New Issue
Block a user