import Mpd from "./mpd";
import Weather from "./weather";
import Warning from "./warning";
import Manual from "./manual";
export default {
mpd: Mpd,
weather: Weather,
warning: Warning,
manual: Manual
};