pyfedi/app/post/__init__.py

5 lines
91 B
Python

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