3 lines
80 B
Python
3 lines
80 B
Python
def openpipe_meta(cache_status: str):
|
|
return {"cache_status": cache_status}
|
def openpipe_meta(cache_status: str):
|
|
return {"cache_status": cache_status}
|