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