autosco/app/views/views.py
2024-08-27 02:06:22 +02:00

10 lines
98 B
Python

"""AutoSco / views
"""
from app.views import bp
@bp.route("/")
def index():
return "hello"