cqwu-ehall/cqwu/methods/users/__init__.py
2022-08-10 23:12:43 +08:00

8 lines
63 B
Python

from .get_me import GetMe
class Users(
GetMe
):
pass