<?php declare(strict_types=1);
namespace mart1MwFaq;
use Shopware\Core\Framework\Plugin;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\Config\FileLocator;
class mart1MwFaq extends Plugin
{
}