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