3 lines
83 B
Python
3 lines
83 B
Python
from flask import Blueprint, g
|
|
|
|
pastafari_app=Blueprint('pastafari_app', __name__)
|