#ifndef _EXECUTOR_H
#define _EXECUTOR_H

#include "Types.h"

void Executor_Init(void);
bool Executor_Run(void);

#endif // _EXECUTOR_H
