pyfedi/app/post/__init__.py

6 lines
91 B
Python
Raw Normal View History

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