mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:36:31 +00:00
move python inference to Azaion.Inference folder
This commit is contained in:
@@ -0,0 +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 get_mac_address(self, interface=*)
|
||||
cdef HardwareInfo get_hardware_info(self)
|
||||
Reference in New Issue
Block a user