pyfedi/app/topic/__init__.py

6 lines
93 B
Python
Raw Normal View History

2024-01-28 18:11:32 +13:00
from flask import Blueprint
bp = Blueprint('topic', __name__)
from app.topic import routes