load(); $client = new Client(); $homeassistant = new HomeassistantService($client); $foodsi = new FoodsiService($client); $bot = new BotService($homeassistant, $foodsi); $bot->run();