mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-27 03:52:20 +08:00
4 lines
69 B
Python
4 lines
69 B
Python
from typing import Dict
|
|
|
|
|
|
def get_level_tags() -> Dict[int, str]: ... |