mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:16:30 +00:00
make python app load a bit eariler, making startup a bit faster
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cdef enum CommandType:
|
||||
GET_USER = 10
|
||||
LOGIN = 10
|
||||
LOAD = 20
|
||||
INFERENCE = 30
|
||||
STOP_INFERENCE = 40
|
||||
@@ -8,7 +8,6 @@ cdef enum CommandType:
|
||||
cdef class RemoteCommand:
|
||||
cdef public bytes client_id
|
||||
cdef CommandType command_type
|
||||
cdef str filename
|
||||
cdef bytes data
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user