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