nonebot2/tests/plugins/param/param_default.py

3 lines
59 B
Python
Raw Normal View History

2021-12-20 06:31:48 +00:00
async def default(value: int = 1) -> int:
return value