4 lines
89 B
Python
4 lines
89 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint('pets', __name__)
|
|
from app.pets import routes |