ovipositor/tokens_example.py

10 lines
146 B
Python
Raw Permalink Normal View History

2017-08-22 00:09:54 +02:00
#!/usr/bin/env python3
2016-09-20 21:28:39 +02:00
# -*- coding: utf-8 -*-
CONSUMER_KEY = 'f00'
CONSUMER_SECRET = 'b4r'
ACCESS_TOKEN = 'd43d'
ACCESS_TOKEN_SECRET = 'b33f'