nagasurendra's picture
Create cart.py
feb9c12 verified
raw
history blame
122 Bytes
from flask import Blueprint, render_template, request, session
import random
cart_blueprint = Blueprint('cart', __name__)