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,3 +1,4 @@
#!/usr/bin/env python3
from .require_decorators import json_required
from .error_handlers import register_all_error_handlers
from .storage import storage

View File

@ -0,0 +1,3 @@
from flask_minio import Minio
storage = Minio()