dash-stack/dash/server/__init__.py
kelepirci c59d29cc8b Servers Module
All about create, edit, update and list virtual servers.
AKA instances.
2016-09-03 16:55:47 +03:00

5 lines
88 B
Python

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