5 lines
88 B
Python
5 lines
88 B
Python
#!/usr/bin/env python3
|
|
from _runtime_entry import execute
|
|
|
|
execute("split_document.py")
|