Files
weirdAAL/config.py
2017-07-24 19:40:02 -04:00

6 lines
120 B
Python

'''
put access and secret key here. All modules should pick it up
'''
AWS_ACCESS_KEY_ID = ''
AWS_SECRET_ACCESS_KEY = ''