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