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