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