pyfedi/app/chat/__init__.py

6 lines
91 B
Python
Raw Normal View History

2024-02-17 20:05:57 +13:00
from flask import Blueprint
bp = Blueprint('chat', __name__)
from app.chat import routes