init commit

This commit is contained in:
Cole Landers
2023-12-21 08:24:10 -06:00
commit 9d87bf4575
24 changed files with 546 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package dev.clanders.weatherapi.response;
public class TimelineHourlyValue {
public double temperature;
}