9 lines
111 B
Python
9 lines
111 B
Python
|
|
||
|
import mitogen.core
|
||
|
|
||
|
|
||
|
@mitogen.core.takes_router
|
||
|
def allocate_an_id(router):
|
||
|
return router.allocate_id()
|
||
|
|