clio/clio-ai/real_time/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
87 B
Python

def main():
print("Hello from real-time!")
if __name__ == "__main__":
main()