dyno/app/api/__init__.py (
3
lines of code) (
raw
):
# -*- coding: utf-8 -*- from flask import Blueprint bp = Blueprint('api', __name__) from . import control # noqa E402