RamAnanth1 commited on
Commit
12beadb
1 Parent(s): 89859bb

Create interpreter __init__

Browse files
Files changed (1) hide show
  1. interpreter/__init__.py +2 -0
interpreter/__init__.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ from .interpreter import *
2
+ from .whisper_interpreter import *