Files
annotations/Azaion.Loader/credentials.pxd
T
Alex Bezdieniezhnykh 500db31142 add azaion loader
2025-06-01 19:16:49 +03:00

6 lines
131 B
Cython

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