#ifndef _WPI_DEV_LIB_H_
#define _WPI_DEV_LIB_H_
  
  #include "../addon.h"
  
  DECLARE_EXPORT_INIT(devlib);

#endif