Added mongodb stuff
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2021-04-14 19:30:04 +02:00
parent 7a3cb2afd8
commit 85fc2aeecb
5 changed files with 10 additions and 2 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 .error_handlers import register_all_error_handlers
from .db import mongo

View File

@@ -0,0 +1,3 @@
from flask_pymongo import PyMongo
mongo = PyMongo()