/* Copyright © 2024 Shane C. */ package main import ( "omnibill.net/omnibill/cmd" ) func main() { cmd.Execute() }