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