Skip to content

Instantly share code, notes, and snippets.

View sherazlodhi's full-sized avatar

Muhammad Sheraz Lodhi sherazlodhi

View GitHub Profile
"""
Routes and views for the flask app.
"""
from datetime import datetime
from flask import render_template, jsonify
from FlaskWebProject1 import app
from flask import request
import stripe