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