This commit is contained in:
2026-09-03 11:33:43 +08:00
parent d5303cc22b
commit e6a5096353
38 changed files with 1911 additions and 2742 deletions

8
py-client/sdk/sys.py Normal file
View File

@@ -0,0 +1,8 @@
from __future__ import annotations
from typing import Any
class SysMixin:
def python_version(self) -> dict[str, Any]:
return self._get_json("/api/sys/python_version") or {}