forked from retoor/devplacepy
6 lines
79 B
Python
6 lines
79 B
Python
# retoor <retoor@molodetz.nl>
|
|
|
|
import asyncio
|
|
|
|
NUMBERING_LOCK = asyncio.Lock()
|