mpd-now-playable/stubs/aiocache/base.pyi

4 lines
89 B
Python
Raw Normal View History

class BaseCache[T]:
@staticmethod
def parse_uri_path(path: str) -> dict[str, str]: ...