<?php declare(strict_types=1);/*** * * This file is part of the "SAMSON Shop" project. * * For the full copyright and license information, please read the * LICENSE.txt file that was distributed with this source code. * * (c) 2023 * ***/namespace Samson;use Shopware\Core\Framework\Plugin;use Shopware\Storefront\Framework\ThemeInterface;class SamsonAmpc extends Plugin implements ThemeInterface{}