Initial GeoIntel V1 foundation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from typing import Any
|
||||
|
||||
|
||||
def envelope(payload: Any) -> dict[str, Any]:
|
||||
return {"data": payload}
|
||||
Reference in New Issue
Block a user