Files
DoubaoTeam/schemas/statistics.py
T

4 lines
95 B
Python
Raw Normal View History

2026-09-21 14:34:43 +08:00
class NoExist(Exception):
def __init__(self,value):
self.value = value
pass