# -*- coding: utf-8 -*- """Python client to retrieve data provided by DWD via their WFS API.""" from .weatherwarnings import DwdWeatherWarningsAPI # noqa: F401