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