This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
mxl_citu
/
DataOps-platform
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
8812a3b214
Branches
Tags
master
v0.1.0-beta
DataOps-plat...
/
app
/
api
/
system
/
__init__.py
__init__.py
99 B
Historique
Raw
1
2
3
4
5
from flask import Blueprint
bp = Blueprint('system', __name__)
from app.api.system import routes