pyfedi/app/domain/__init__.py

6 lines
95 B
Python
Raw Normal View History

2023-11-29 22:12:55 +13:00
from flask import Blueprint
bp = Blueprint('domain', __name__)
from app.domain import routes