feat(easel): add api provider
This commit is contained in:
@@ -5,6 +5,7 @@ from .model import Location, WeatherResponse
|
||||
|
||||
|
||||
class WeatherApi(Api):
|
||||
TYPE = "weather"
|
||||
|
||||
async def find_locations(self, query: str) -> list[Location]:
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user