mirror of
https://github.com/cesanta/mongoose
synced 2026-08-25 22:26:06 -04:00
5 lines
69 B
Python
5 lines
69 B
Python
import mongoose
|
|
|
|
mongoose.init()
|
|
while True:
|
|
mongoose.poll(1000)
|