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