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