mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
12 lines
142 B
Go
12 lines
142 B
Go
/*
|
|
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
|
|
|
|
*/
|
|
package main
|
|
|
|
import "github.com/kujtimiihoxha/termai/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|