7 lines
101 B
Python
7 lines
101 B
Python
def main():
|
|
print("Hello from fast-whisper-mcp-server!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|