Files
annotations/Azaion.Inference/file_data.pxd
T
2025-02-13 18:13:15 +02:00

7 lines
130 B
Cython

cdef class FileData:
cdef public str folder
cdef public str filename
@staticmethod
cdef from_msgpack(bytes data)