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