<?php
use python\math;
function obsoletePythonModuleStaticCall(): mixed
{
return math::sqrt(16);
}
function main(): void