for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Rakshitbharat\Pythoninphp;
class RunRun
{
public static function thisFile($pythonFilePathLaravelFormat)
$PythonRunner = new PythonRunner();
$PythonRunner->pythonGrabber($pythonFilePathLaravelFormat);
return $PythonRunner->run();
}