cqwu-ehall/cqwu/methods/users/__init__.py

8 lines
63 B
Python
Raw Normal View History

2022-08-10 15:12:43 +00:00
from .get_me import GetMe
class Users(
GetMe
):
pass