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