mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 02:34:21 +01:00
15 lines
324 B
Python
15 lines
324 B
Python
"""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",
|
|
)
|