mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-01 01:26:46 +00:00
8 lines
139 B
Python
8 lines
139 B
Python
from nonebot.matcher import Matcher
|
|
|
|
type AliasedMatcher = Matcher
|
|
|
|
|
|
async def aliased_matcher(m: AliasedMatcher) -> Matcher:
|
|
return m
|