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