Luminaria / test_stream.py
senlinyy's picture
feat: completed initial dev
4b81334
Raw
History Blame Contribute Delete
81 Bytes
import httpx
import time
for _ in range(3):
print("tick")
time.sleep(1)