#!/usr/pkg/bin/php83
<?php

use Psalm\Internal\Cli\Plugin;

require_once __DIR__ . '/src/Psalm/Internal/Cli/Plugin.php';
Plugin::run();
