mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-20 04:28:13 +08:00
6 lines
69 B
Python
6 lines
69 B
Python
|
import mongoose
|
||
|
|
||
|
mongoose.init()
|
||
|
while True:
|
||
|
mongoose.poll(1000)
|