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