mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-09 04:52:23 +08:00
4 lines
62 B
Python
4 lines
62 B
Python
from typing import Dict, Any
|
|
|
|
LANG_INFO: Dict[str, Any] = ...
|