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