// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 package aws.proserve.bcs.dr.boot; import aws.proserve.bcs.dr.project.TimedItem; public class BootItem extends TimedItem { }