#ifndef ANT_PATH_MODULE_H
#define ANT_PATH_MODULE_H

#include "ant.h"

jsval_t path_library(struct js *js);

#endif
