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