From 60f558c9dd0d5c3eda992f136e972ddff63b5e2f Mon Sep 17 00:00:00 2001 From: Mathieu B Date: Thu, 12 Aug 2021 13:47:00 +0200 Subject: [PATCH] added todo --- jarvis/skills/entertainement/weather/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jarvis/skills/entertainement/weather/__init__.py b/jarvis/skills/entertainement/weather/__init__.py index 06c75e6..f6798c2 100644 --- a/jarvis/skills/entertainement/weather/__init__.py +++ b/jarvis/skills/entertainement/weather/__init__.py @@ -6,6 +6,8 @@ class WeatherSkill(Skill, metaclass=SkillRegistering): def __init__(self, data=dict): super().__init__("WeatherSkill", data) + # TODO: implement the entire skill with various provides (meteoswiss/meteofrance/openweather/etc) + @intent_file_handler("handle_weather.intent", "HandleWeatherIntent") def handle_weather(self, data): pass