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