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