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