This repository has been archived on 2018-10-14. You can view files and clone it, but cannot push or open issues or pull requests.
twtxt-registry/app.py

8 lines
90 B
Python
Raw Normal View History

2018-10-14 03:51:10 +00:00
from flask import *
app = Flask(__name__)
@app.route("/")
def index():
return "wewlad"