Files
DoubaoTeam/schemas/statistics.py
T
2026-09-21 14:34:43 +08:00

4 lines
95 B
Python

class NoExist(Exception):
def __init__(self,value):
self.value = value
pass