Files
nonebot2/tests/python_3_12/plugins/aliased_param/param_matcher.py
T

8 lines
139 B
Python

from nonebot.matcher import Matcher
type AliasedMatcher = Matcher
async def aliased_matcher(m: AliasedMatcher) -> Matcher:
return m