mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:06:31 +00:00
add pxd headers for correct work
fixes definitions can run until API call
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user