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