Added ability to store CNN models
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-28 20:19:52 +02:00
parent fe965706b5
commit 284dfce735
12 changed files with 224 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
from .require_decorators import json_required
from .error_handlers import register_all_error_handlers
from .storage import storage
from .storage import storage, ensure_buckets