5 lines
84 B
Python
Executable file
5 lines
84 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import runpy
|
|
|
|
runpy.run_module("pypo", run_name="__main__")
|