#ifndef ANT_SHELL_MODULE_H
#define ANT_SHELL_MODULE_H

#include "ant.h"

jsval_t shell_library(struct js *js);

#endif
