__init__.py 324 B

1234567891011121314
  1. """A client library for accessing opencode
  2. This package is generated by openapi-python-client.
  3. A thin convenience wrapper `OpenCodeClient` is also provided.
  4. """
  5. from .client import AuthenticatedClient, Client
  6. from .extras import OpenCodeClient
  7. __all__ = (
  8. "AuthenticatedClient",
  9. "Client",
  10. "OpenCodeClient",
  11. )