Advertisement
lockefox

prosperwarehouse_bad.py

Sep 19th, 2016
5,293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. from prosper.table_configs.ec import snapshot_evecentral
  2. from prosper.table_configs.crest import crest_markethistory
  3. from prosper.warehouse.Connections import *
  4.  
  5. snapshot_handle = snapshot_evecentral(...)
  6. crest_handle = crest_markethistory(...)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement