#ifndef __TRANSLATION_SERVICE__H
#define __TRANSLATION_SERVICE__H
#include "tasks/tasks_internal.h"
bool run_translation_service(void);
#endif