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