mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
9 lines
97 B
Python
9 lines
97 B
Python
#!/usr/bin/env python
|
|
|
|
import config
|
|
import base
|
|
import build_js
|
|
|
|
config.parse()
|
|
build_js.make()
|