Implemeted getters

This commit is contained in:
2020-04-14 13:48:11 +02:00
parent 43a0fe0ca2
commit f97228b61c
9 changed files with 65 additions and 31 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()