collection.py 115 B

123456
  1. from .model import Fortune
  2. class FortuneCollection(object):
  3. def query(self):
  4. return Fortune.select()