83b406a
1
2
3
4
5
6
7
from routes.Predict import Predict class Router: def run(app): app.register_blueprint(Predict, url_prefix = '/predict')