blob: 191b9c47d233cf0461fccb0d3655fdafcbfa4181 [file] [log] [blame]
#include "AbstractManager.h"
namespace velia::health {
AbstractManager::~AbstractManager() = default;
}