예제 #1
0
파일: __init__.py 프로젝트: Fweeb/dillo
def terms():
    return view('terms')
예제 #2
0
파일: __init__.py 프로젝트: Fweeb/dillo
def faq():
    return view('faq')
예제 #3
0
파일: __init__.py 프로젝트: Fweeb/dillo
def about():
    return view('about')
예제 #4
0
def terms():
    return view('terms')
예제 #5
0
def faq():
    return view('faq')
예제 #6
0
def about():
    return view('about')