from typing import Any

from . import CalendarBase

class JalaliCalendar(CalendarBase):
    parser: Any
