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