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