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

4 lines
89 B
Python

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