massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / dateparser / dateparser / calendars / hijri.pyi
1 from typing import Any
2
3 from dateparser.calendars import CalendarBase
4
5 class HijriCalendar(CalendarBase):
6     parser: Any