Files
a-dog-a-pet/app/main/__init__.py

4 lines
89 B
Python

from flask import Blueprint
bp = Blueprint('main', __name__)
from app.main import routes