mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 10:56:32 +00:00
fix some cython code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
cdef class LoadResult:
|
||||
cdef public object err
|
||||
cdef public object data
|
||||
|
||||
cdef class LoaderHttpClient:
|
||||
cdef str base_url
|
||||
cdef LoadResult load_big_small_resource(self, str filename, str directory)
|
||||
cdef LoadResult upload_big_small_resource(self, bytes content, str filename, str directory)
|
||||
cdef stop(self)
|
||||
Reference in New Issue
Block a user