6 lines
111 B
Python
6 lines
111 B
Python
#!/usr/bin/env python3
|
|
|
|
import ws_splashbuilder
|
|
|
|
if __name__ == '__main__':
|
|
ws_splashbuilder.cel2wst.main() |