<?php declare(strict_types=1);
namespace Crehler\ThemeExtensions;
use Shopware\Core\Framework\Plugin;
class CrehlerThemeExtensions extends Plugin
{
}