pyfedi/app/chat/__init__.py

6 lines
91 B
Python
Raw Permalink Normal View History

2024-02-16 23:05:57 -08:00
from flask import Blueprint
bp = Blueprint('chat', __name__)
from app.chat import routes