3 lines
89 B
Python
3 lines
89 B
Python
class BaseCache[T]:
|
|
@staticmethod
|
|
def parse_uri_path(path: str) -> dict[str, str]: ...
|