// SPDX-License-Identifier: Apache-2.0 // Copyright Pionix GmbH and Contributors to EVerest #include "ev_managerImpl.hpp" namespace module { namespace ev_manager { void ev_managerImpl::init() { } void ev_managerImpl::ready() { } } // namespace ev_manager } // namespace module