示例#1
0
def main():
    kv = get_config()
    print JSON().encode(kv)
示例#2
0
def main():
    print JSON().encode(get_config())
示例#3
0
def main():
    print JSON().encode(get_config())
def main():
    kv = get_config()
    print JSON().encode(kv)