mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
5 lines
80 B
Python
5 lines
80 B
Python
from typing import Dict, Optional
|
|
|
|
|
|
def get_level_tags() -> Dict[int, str]: ...
|