4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
ns = dict(params_kw or {})
|
|
await delete_world(ns)
|
|
return {"success": True}
|