mpd-now-playable/stubs/class_doc/__init__.pyi

2 lines
70 B
Python
Raw Normal View History

def extract_docs_from_cls_obj(cls: type) -> dict[str, list[str]]: ...