mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
10 lines
96 B
Go
10 lines
96 B
Go
package main
|
|
|
|
import (
|
|
"github.com/kujtimiihoxha/termai/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|