mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-05 23:16:35 -06:00
6 lines
115 B
Python
6 lines
115 B
Python
from app import app
|
|
from flask import render_template
|
|
|
|
@app.route('/')
|
|
def index():
|
|
return 'who the hell knows' |