feat: add core func to get predictions for tz

This commit is contained in:
2026-02-09 19:51:43 +00:00
parent 2c74a2d2ba
commit f79c9f2865
3 changed files with 84 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package core
type Prediction struct {
Country string
Probability float64
}