mirror of
https://github.com/azaion/loader.git
synced 2026-04-22 12:06:33 +00:00
941b8199aa
Made-with: Cursor
6 lines
105 B
Cython
6 lines
105 B
Cython
cdef str _CACHED_HW_INFO
|
|
|
|
cdef class HardwareService:
|
|
|
|
@staticmethod
|
|
cdef str get_hardware_info() |