diff --git a/opendbm/dbm_lib/dbm_features/raw_features/nlp/__init__.py b/opendbm/dbm_lib/dbm_features/raw_features/nlp/__init__.py index e69de29b..337183eb 100644 --- a/opendbm/dbm_lib/dbm_features/raw_features/nlp/__init__.py +++ b/opendbm/dbm_lib/dbm_features/raw_features/nlp/__init__.py @@ -0,0 +1,2 @@ +from .speech_features import run_speech_feature +from .transcribe import run_transcribe