<?php
declare(strict_types=1);
/*
* Copyright (c) BWT Sports & Digital Services GmbH. All rights reserved.
* This file is part of software that is released under a proprietary license.
* You must not copy, modify, distribute, make publicly available, or execute
* its contents or parts thereof without express permission by the copyright
* holder, unless otherwise permitted by law.
*/
namespace BwtsdsProductComparison;
use Shopware\Core\Framework\Plugin;
class BwtsdsProductComparison extends Plugin
{
}