added todo

This commit is contained in:
Mathieu B 2021-08-12 13:47:00 +02:00
parent 8540b170db
commit 60f558c9dd

View File

@ -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