mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:36:30 +00:00
add list files for autoupdate feature
put new Versioning fix bugs
This commit is contained in:
@@ -14,3 +14,11 @@ cdef class UploadFileData(FileData):
|
||||
cdef from_msgpack(bytes data)
|
||||
|
||||
cdef bytes serialize(self)
|
||||
|
||||
cdef class FileList:
|
||||
cdef public list[str] files
|
||||
|
||||
@staticmethod
|
||||
cdef from_msgpack(bytes data)
|
||||
|
||||
cdef bytes serialize(self)
|
||||
Reference in New Issue
Block a user