Skip to content

Commit

Permalink
fix schemas export
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Oct 15, 2024
1 parent 1ff3de0 commit 4235b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fish_audio_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .apis import Session
from .exceptions import HttpCodeErr
from .schemas import ASRRequest, TTSRequest
from .schemas import ASRRequest, TTSRequest, ReferenceAudio

__all__ = ["Session", "HttpCodeErr", "TTSRequest", "ASRRequest"]
__all__ = ["Session", "HttpCodeErr", "ReferenceAudio", "TTSRequest", "ASRRequest"]

0 comments on commit 4235b16

Please sign in to comment.