3 lines
89 B
Python
3 lines
89 B
Python
class DateParseError(ValueError):
|
|
def __init__(self, *args, **kwargs) -> None: ...
|