chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:14:29 +08:00
commit b7d888a71b
32059 changed files with 305734 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
package main
import (
"github.com/trustwallet/assets/internal/manager"
)
func main() {
manager.InitCommands()
manager.Execute()
}