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