Added Minio stuff

This commit is contained in:
2020-03-25 01:57:54 +01:00
parent 453b686cbe
commit 7118af3c15
5 changed files with 17 additions and 7 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python3
from flask import jsonify
from flask_classful import FlaskView
from utils import storage
class ObjectView(FlaskView):