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