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