<?php
declare(strict_types=1);
namespace App\Bundles\PredictionBundle;
use App\Platform\Bundle\PlatformBundle;
class PredictionBundle extends PlatformBundle
{
}