from typing import Any

from dateparser.calendars import CalendarBase

class HijriCalendar(CalendarBase):
    parser: Any
