move python inference to Azaion.Inference folder

This commit is contained in:
Alex Bezdieniezhnykh
2025-02-06 10:48:03 +02:00
parent 739759628a
commit ba3e3b4a55
39 changed files with 313 additions and 173 deletions
+8
View File
@@ -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)