first commit

This commit is contained in:
“xHuPo” 2024-08-21 16:35:46 +08:00
commit 53e59ddf89
12 changed files with 558 additions and 0 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "otpm/cmd"
func main() {
cmd.Execute()
}