Skip to content

Commit 61f1d01

Browse files
committed
forgot the helpers in commit
1 parent 0afc23f commit 61f1d01

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

npcsh/helpers.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
import subprocess
1212
from .npc_compiler import NPC
1313
import platform
14+
import pyaudio
15+
16+
import sqlite3
17+
import time
18+
from gtts import gTTS
19+
import numpy as np
20+
from playsound import playsound
21+
22+
import whisper
23+
import wave
1424

1525
BASH_COMMANDS = [
1626
"alias",

0 commit comments

Comments
 (0)