mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:46:30 +00:00
59eb39d447
and replace mac address to disk serial number for more predictable hash key
6 lines
134 B
Cython
6 lines
134 B
Cython
cdef class HardwareService:
|
|
cdef bint is_windows
|
|
|
|
@staticmethod
|
|
cdef has_nvidia_gpu()
|
|
cdef str get_hardware_info(self) |