mirror of
https://github.com/cqwu-ehall/cqwu-ehall.git
synced 2024-11-25 19:56:27 +00:00
8 lines
63 B
Python
8 lines
63 B
Python
from .get_me import GetMe
|
|
|
|
|
|
class Users(
|
|
GetMe
|
|
):
|
|
pass
|