5 lines
110 B
Python
5 lines
110 B
Python
from dubbing.pipeline import Pipeline
|
|
from dubbing.config import settings
|
|
|
|
__all__ = ["Pipeline", "settings"]
|