mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +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()
|