add pxd headers for correct work

fixes definitions
can run until API call
This commit is contained in:
Alex Bezdieniezhnykh
2025-01-16 17:56:58 +02:00
parent 7439005ed7
commit e21dd7e70f
17 changed files with 207 additions and 165 deletions
+9
View File
@@ -0,0 +1,9 @@
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)