mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
6 lines
201 B
Python
6 lines
201 B
Python
![]() |
from .input import create_input_column
|
||
|
from .model import create_model_column
|
||
|
from .output import create_output_column
|
||
|
|
||
|
__all__ = ['create_input_column', 'create_model_column', 'create_output_column']
|