Guest User

Untitled

a guest
Jun 13th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class Quote(Document):
  2. use_schemaless = True
  3. structure = {
  4. 'uid': int,
  5. 'quote': str,
  6. }
Advertisement
Add Comment
Please, Sign In to add comment