extensions.py 104 B

12345
  1. from flask_mongoengine import MongoEngine
  2. from flask_cors import CORS
  3. db = MongoEngine()
  4. cors = CORS()