Files
annotations/Azaion.AI/hardware_service.pxd
T
Alex Bezdieniezhnykh e21dd7e70f add pxd headers for correct work
fixes definitions
can run until API call
2025-01-16 17:56:58 +02:00

9 lines
211 B
Cython

cdef class HardwareInfo:
cdef str cpu, gpu, memory, mac_address, hash
cdef class HardwareService:
cdef bint is_windows
cdef HardwareInfo get_hardware_info(self)
cdef str calc_hash(self, str s)