clio/clio-ai/real_time/main.py
Your Name b24dd72ae0
Some checks failed
Deploy API / deploy (push) Failing after 1s
Deploy UI / deploy (push) Successful in 1s
Remove redundant cursor styling
2026-05-19 19:48:13 -04:00

6 lines
87 B
Python

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