Skip to content

Instantly share code, notes, and snippets.

@Kd-Here

Kd-Here/views.py Secret

Created March 3, 2023 20:02
Show Gist options
  • Save Kd-Here/d21d0042e6dc8fc38fcc2b3673c19947 to your computer and use it in GitHub Desktop.
Save Kd-Here/d21d0042e6dc8fc38fcc2b3673c19947 to your computer and use it in GitHub Desktop.
from flask import Blueprint
views = Blueprint('views',__name__)
@views.route('/')
def home():
return "<h1>Test</h1>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment