mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-05 07:16:39 +00:00
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
|
#!/usr/bin/env python3
|
||
|
#
|
||
|
# MiRCARTImgurApiKey.py -- melp?
|
||
|
# Copyright (c) 2018 Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
|
||
|
# This project is licensed under the terms of the MIT licence.
|
||
|
#
|
||
|
|
||
|
class MiRCARTImgurApiKey(object):
|
||
|
imgurApiKey = None
|
||
|
|
||
|
# vim:expandtab foldmethod=marker sw=4 ts=4 tw=120
|