mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 14:00:32 +08:00
3 lines
134 B
Python
3 lines
134 B
Python
#!/usr/bin/env python
|
|
import tester
|
|
tester.make(["--input='./result/standard'", "--output='./result/out'", "--standard", "--cores=1"]) |