from typing import Any

class DateParseError(ValueError):
    def __init__(self, *args: Any, **kwargs: Any) -> None: ...
