mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:46:29 +00:00
make python app load a bit eariler, making startup a bit faster
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
cdef class Credentials:
|
||||
cdef public str email
|
||||
cdef public str password
|
||||
cdef public str folder
|
||||
|
||||
@staticmethod
|
||||
cdef from_msgpack(bytes data)
|
||||
Reference in New Issue
Block a user