mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-03-18 04:22:26 +08:00
9 lines
181 B
Python
9 lines
181 B
Python
from typing import Dict
|
|
|
|
WEEKDAYS: Dict[int, str]
|
|
WEEKDAYS_ABBR: Dict[int, str]
|
|
MONTHS: Dict[int, str]
|
|
MONTHS_3: Dict[int, str]
|
|
MONTHS_AP: Dict[int, str]
|
|
MONTHS_ALT: Dict[int, str]
|