Quarter-Internal/app/playgrounds/__init__.py

5 lines
108 B
Python
Raw Normal View History

2025-03-24 01:45:24 +00:00
from flask import Blueprint
bp = Blueprint('playgrounds', __name__)
from app.playgrounds import routes