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