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