pyfedi/app/chat/__init__.py
2024-02-17 20:05:57 +13:00

5 lines
91 B
Python

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