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