Files

7 lines
152 B
Python
Raw Permalink Normal View History

2026-09-03 11:33:43 +08:00
from typing import Any
class SysMixin:
def python_version(self) -> dict[str, Any]:
return self._get_json("/api/sys/python_version") or {}