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