mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:46:30 +00:00
e21dd7e70f
fixes definitions can run until API call
9 lines
211 B
Cython
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) |