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)