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