Files
cohere-transcribe/main.py
T

7 lines
84 B
Python
Raw Normal View History

def main():
print("Hello from cohere!")
if __name__ == "__main__":
main()