# -*- coding: utf-8 -*- #!/usr/bin/env python from bson.objectid import ObjectId example_daily_stat = { '_id': ObjectId(), 'dealerId': '', 'groups': { '1111': { '' } } }