From 9223bce1233a398928d2095aba6021e7a0aec603 Mon Sep 17 00:00:00 2001 From: "jordi.hasianta" Date: Thu, 15 Sep 2022 20:48:04 +0700 Subject: [PATCH] refactoring import with init --- opendbm/dbm_lib/dbm_features/raw_features/nlp/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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