feat(easel): add api provider

This commit is contained in:
2026-06-17 21:15:01 +03:00
parent c2cd18386b
commit 8b53aed18b
12 changed files with 124 additions and 53 deletions

View File

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