From e933e1c2b51419588488f2571717bb6eb716f9f4 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:56:35 -0500 Subject: [PATCH] moved weather example --- apps/{hello_world => examples/weather}/weather.py | 0 apps/examples/weather/weather.yaml | 5 +++++ 2 files changed, 5 insertions(+) rename apps/{hello_world => examples/weather}/weather.py (100%) create mode 100644 apps/examples/weather/weather.yaml diff --git a/apps/hello_world/weather.py b/apps/examples/weather/weather.py similarity index 100% rename from apps/hello_world/weather.py rename to apps/examples/weather/weather.py diff --git a/apps/examples/weather/weather.yaml b/apps/examples/weather/weather.yaml new file mode 100644 index 0000000..02b6310 --- /dev/null +++ b/apps/examples/weather/weather.yaml @@ -0,0 +1,5 @@ +weather: + module: weather + class: Weather + # log_level: DEBUG + location: 78704 US \ No newline at end of file