mirror of
https://github.com/cqwu-ehall/cqwu-ehall.git
synced 2024-11-22 11:01:20 +00:00
60c32861ea
Co-authored-by: brian <brian@xtaolabs.com>
8 lines
70 B
Python
8 lines
70 B
Python
from .get_score import GetScore
|
|
|
|
|
|
class XG(
|
|
GetScore,
|
|
):
|
|
pass
|