package main

import (
	"gogs.davte.it/Davte/autoclick/helper"
)

func main() {
	helper.RunAutoClicker()
}