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