feat: mvp

This commit is contained in:
h
2026-02-01 16:07:59 +01:00
commit 4ef769597a
20 changed files with 3566 additions and 0 deletions

4
dubbing/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from dubbing.pipeline import Pipeline
from dubbing.config import settings
__all__ = ["Pipeline", "settings"]