pyfedi/app/community/__init__.py

6 lines
101 B
Python
Raw Normal View History

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