fix some cython code

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-29 21:18:18 +03:00
parent ad5530b9ef
commit 6269a7485c
32 changed files with 17108 additions and 2728 deletions
+3
View File
@@ -20,3 +20,6 @@ cdef class AIRecognitionConfig:
@staticmethod
cdef from_msgpack(bytes data)
@staticmethod
cdef AIRecognitionConfig from_dict(dict data)