mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-21 03:11:17 +08:00
4 lines
79 B
Python
4 lines
79 B
Python
from typing import Dict, Optional
|
|
|
|
def get_level_tags() -> Dict[int, str]: ...
|