<?php declare(strict_types=1);
namespace Theme3S;
use Shopware\Core\Framework\Plugin;
use Shopware\Storefront\Framework\ThemeInterface;
class Theme3S extends Plugin implements ThemeInterface
{
}