#include "Watchy_MacPaint.h"
#include "settings.h"
WatchyMacPaint watchy(settings);
void setup(){
watchy.init();
}
void loop(){}