ovipositor/tokens_example.py

10 lines
146 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
CONSUMER_KEY = 'f00'
CONSUMER_SECRET = 'b4r'
ACCESS_TOKEN = 'd43d'
ACCESS_TOKEN_SECRET = 'b33f'