1
mirror of https://github.com/lalbornoz/roar.git synced 2025-04-07 04:28:23 +00:00
roar/assets/text/ImgurApiKey.py.template

12 lines
292 B
Python

#!/usr/bin/env python3
#
# ImgurApiKey.py
# Copyright (c) 2018, 2019 Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
# This project is licensed under the terms of the MIT licence.
#
class ImgurApiKey(object):
imgurApiKey = None
# vim:expandtab foldmethod=marker sw=4 ts=4 tw=120