LiteyukiBot/liteyuki/message/matcher.py
2024-08-19 23:47:39 +08:00

15 lines
248 B
Python

# -*- coding: utf-8 -*-
"""
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
@Time : 2024/8/19 下午10:51
@Author : snowykami
@Email : snowykami@outlook.com
@File : matcher.py
@Software: PyCharm
"""
class Matcher:
pass