6 lines
103 B
Python
Executable file
6 lines
103 B
Python
Executable file
#!/usr/bin/python
|
|
# -*- coding: utf-8 -*-
|
|
import runpy
|
|
|
|
runpy.run_module("pypo", run_name="__main__")
|
|
|