__init__.py 87 B

123
  1. def ok(data: dict) -> dict:
  2. return {"code": 0, "message": "Success", "data": data}