#ifndef EVENTS_H
#define EVENTS_H

#include "ant.h"

void init_events_module(void);
jsval_t events_library(struct js *js);

#endif
