5 lines
97 B
Python
5 lines
97 B
Python
# from routes import Blueprint
|
|
|
|
# posts_bp = Blueprint('posts', __name__)
|
|
|
|
# from . import routes |