res_store.py 106 B

12345678
  1. # -*- coding: utf-8 -*-
  2. '''
  3. '''
  4. def get_res_store(self, **args):
  5. return {
  6. 'stores': []
  7. }