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