mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:26:31 +00:00
7 lines
130 B
Cython
7 lines
130 B
Cython
cdef class FileData:
|
|
cdef public str folder
|
|
cdef public str filename
|
|
|
|
@staticmethod
|
|
cdef from_msgpack(bytes data)
|