// Copyright Epic Games, Inc. All Rights Reserved. #include "dnacalib/Command.h" namespace dnac { Command::~Command() = default; } // namespace dnac