/* Copyright © 2023 Brian Buller */ package main import "git.bullercodeworks.com/brian/breaktime/cmd" func main() { cmd.Execute() }