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

3 lines
89 B
Python

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