#ifndef ANT_NET_MODULE_H
#define ANT_NET_MODULE_H

#include "types.h"

ant_value_t net_library(ant_t *js);

#endif
