6 lines
69 B
Python
Raw Normal View History

2023-11-01 20:12:18 -03:00
import mongoose
mongoose.init()
while True:
mongoose.poll(1000)