package main import ( handwriting "./handwriting" ) func main() { hws := handwriting.NewHandwritingService() hws.Run() }