Files
annotations/Azaion.Inference/credentials.pxd
T
2025-02-13 18:13:15 +02:00

7 lines
158 B
Cython

cdef class Credentials:
cdef public str email
cdef public str password
cdef public str folder
@staticmethod
cdef from_msgpack(bytes data)