6 lines
82 B
Python
6 lines
82 B
Python
|
|
#encoding:utf8
|
||
|
|
|
||
|
|
from flask.ext.mongoengine import MongoEngine
|
||
|
|
|
||
|
|
db = MongoEngine()
|