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

4 lines
94 B
Python

class CQWUEhallError(Exception):
"""Base class for exceptions in this module."""
pass