mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-08 04:19:10 +08:00
6 lines
69 B
Python
6 lines
69 B
Python
|
import mongoose
|
||
|
|
||
|
mongoose.init()
|
||
|
while True:
|
||
|
mongoose.poll(1000)
|