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