cmdb/cmdb-api/core/statis.py

12 lines
137 B
Python

# -*- coding:utf-8 -*-
from flask import Blueprint
statis = Blueprint("statis", __name__)
@statis.route("")
def statis():
pass