mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:46:30 +00:00
fix auth, decryption, api interaction
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
cdef class HardwareInfo:
|
||||
cdef str cpu, gpu, memory, mac_address, hash
|
||||
|
||||
cdef to_json_object(self)
|
||||
|
||||
cdef class HardwareService:
|
||||
cdef bint is_windows
|
||||
|
||||
cdef HardwareInfo get_hardware_info(self)
|
||||
cdef str calc_hash(self, str s)
|
||||
cdef get_mac_address(self, interface=*)
|
||||
cdef HardwareInfo get_hardware_info(self)
|
||||
Reference in New Issue
Block a user