#ifndef ANT_PATH_MODULE_H
#define ANT_PATH_MODULE_H

#include "types.h"

ant_value_t path_library(ant_t *js);

#endif
