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