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