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