<?php
namespace Lean\Console;
use Psr\Container\ContainerInterface;
#[\Deprecated]
abstract class Lean
{
public static function definitions() : array
return require(dirname(__DIR__) . "/meta/definitions/software.php");
}