Hi.
test
import easytranscriber as et def main(): # create a transcriber transcriber = et.Transcriber() # transcribe an audio a = 3+3 print(a)
print(3+3) print("hello")
6 hello
This is a tip.
This is important!