Files
nonebot2/tests/python_3_12/plugins/aliased_param/param_matcher.py
2025-08-07 14:54:22 +08:00

8 lines
139 B
Python

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