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