Create credentials.py

This commit is contained in:
Sergey 2017-07-02 03:16:08 +03:00 committed by GitHub
parent aeb8232622
commit 3dd9a6afc0

3
credentials.py Normal file
View File

@ -0,0 +1,3 @@
import os
token = os.environ['TELEGRAM_TOKEN']
vk_app_id = os.environ['VK_APP']