from skills.skill import Skill class Weather(Skill): #open weather map api def __init__(self): self.trigger_phrase = "weather"