Menu

[r58]: / trunk / lang / python / python.main.php  Maximize  Restore  History

Download this file

25 lines (18 with data), 433 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
##
require_once __DIR__.'/python.util.php';
require_once __DIR__.'/python.exec.php';
require_once __DIR__.'/python.config.php';
##
class lang_python_main {
## set configuration value
public static function set_config($option,$value) {
##
lang_python_config::set($option,$value);
}
## set configuration value
public static function __exec__($file) {
##
lang_python_exec::__exec__($file);
}
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.