flask_helloworld1/app/main/__init__.py

6 lines
85 B
Python

from flask import Blueprint
main = Blueprint('main', __name__)
from . import views