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