This website works better with JavaScript
Home
Explore
Help
Sign In
mxl_citu
/
DataOps-platform
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ff40167dac
Branches
Tags
master
v0.1.0-beta
DataOps-plat...
/
app
/
api
/
system
/
__init__.py
__init__.py
99 B
History
Raw
1
2
3
4
5
from flask import Blueprint
bp = Blueprint('system', __name__)
from app.api.system import routes