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