<?php
use python\math;
function pythonModuleConstant(): mixed
{
return math::pi;
}
function main(): void