clio/clio-ai/transcription/main.py
Your Name 56d8fb4d56
Some checks failed
Deploy API / deploy (push) Failing after 1s
adding a bunch of untested files
2026-05-19 20:12:49 -04:00

6 lines
93 B
Python

def main():
print("Hello from view-recordings!")
if __name__ == "__main__":
main()