示例#1
0
def get_inputs(path):
    with open(path) as f:
        content = f.read()
    click.echo(vr.get_inputs(content))
示例#2
0
def get_inputs(path):
    with open(path) as f:
        content = f.read()
    click.echo(vr.get_inputs(content))
示例#3
0
文件: main.py 项目: sand8080/solar
 def get_inputs(path):
     with open(path) as f:
         content = f.read()
     print vr.get_inputs(content)