pyfedi/app/community/__init__.py

5 lines
101 B
Python

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