from remote_command cimport RemoteCommand cdef class LoaderClient: cdef object _context cdef object _socket cdef RemoteCommand _send_receive_command(self, RemoteCommand command) cdef load_big_small_resource(self, str filename, str directory) cdef upload_big_small_resource(self, bytes content, str filename, str directory) cdef close(self)