mirror of
https://github.com/php-win-ext/phpy.git
synced 2026-03-24 17:02:15 +01:00
9 lines
136 B
Python
9 lines
136 B
Python
import sys
|
|
|
|
sys.path.append("./lib")
|
|
|
|
import phpy
|
|
|
|
phpy.include("./tests/lib/PhpyObject.php")
|
|
phpy.include("./tests/lib/TestClass.php")
|