dash-stack/dash/image/__init__.py
kelepirci 86628b054e Network Module
List networks
2016-09-06 00:20:22 +03:00

5 lines
86 B
Python

from flask import Blueprint
image = Blueprint('image', __name__)
from . import views