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