fix bug
This commit is contained in:
8
py-client/sdk/sys.py
Normal file
8
py-client/sdk/sys.py
Normal 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 {}
|
||||
Reference in New Issue
Block a user