Files
annotations/Azaion.AI/api_client.pxd
T
2025-01-20 10:17:35 +02:00

10 lines
290 B
Cython

cdef class ApiClient:
cdef str email, password, token, folder, token_file, api_url
cdef get_encryption_key(self, str hardware_hash)
cdef login(self, str email, str password)
cdef load_bytes(self, str filename)
cdef load_ai_model(self)
cdef load_queue_config(self)