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