Child: [1de4d2] (diff)

Download this file

stats.py    13 lines (8 with data), 212 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
import logging
import ming
from .session import main_doc_session
log = logging.getLogger(__name__)
class Stats(ming.Document):
class __mongometa__:
session = main_doc_session
name='stats'