#ifndef CLI_GETIMU_H
#define CLI_GETIMU_H

#include "frontend_getimu.h"

int cli_getimu(struct backend_conn * conn, int argc, char ** argv);

#endif