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