mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:46:30 +00:00
6 lines
131 B
Cython
6 lines
131 B
Cython
cdef class Credentials:
|
|
cdef public str email
|
|
cdef public str password
|
|
|
|
@staticmethod
|
|
cdef from_msgpack(bytes data) |