4 lines
78 B
Python
Executable file
4 lines
78 B
Python
Executable file
#!/usr/bin/python
|
|
import runpy
|
|
|
|
runpy.run_module("pypo", run_name="__main__")
|