Files
spending_summary/__init__.py
2017-05-17 11:17:44 -04:00

9 lines
202 B
Python

import os
import plaid
plaid_client = plaid.Client(
client_id=os.getenv('PLAID_CLIENT_ID'), secret=os.getenv('PLAID_SECRET'), public_key=os.getenv('PLAID_PUBLIC_KEY'),
environment='sandbox')