blob: 6d7b0768ed70d63b5ac7b0e6682558991f9db3d6 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/modular/bin/sessionmgr/puppet_master/command_runners/command_runner.h"
namespace modular {
CommandRunner::CommandRunner() {}
CommandRunner::~CommandRunner() = default;
} // namespace modular