feat(pets): adds bp, service and filters template and logic
This commit is contained in:
4
app/pets/__init__.py
Normal file
4
app/pets/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from flask import Blueprint
|
||||
|
||||
bp = Blueprint('pets', __name__)
|
||||
from app.pets import routes
|
||||
Reference in New Issue
Block a user