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