cqwu-ehall/cqwu/methods/xg/__init__.py
brian 60c32861ea
Support get score
Co-authored-by: brian <brian@xtaolabs.com>
2023-03-08 20:48:12 +08:00

8 lines
70 B
Python

from .get_score import GetScore
class XG(
GetScore,
):
pass