<?php declare(strict_types=1);
namespace App\StartPlatz\Bundle\StyleBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class StartPlatzStyleBundle extends Bundle
{
}