// SPDX-License-Identifier: Apache-2.0 package main import ( "github.com/gemaraproj/gemara/internal/cmd" ) func main() { cmd.Execute() }