X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/28d7d32f3ea101f458ffedc6b00c50b260140e71..db75daab8e080fef8e9dbe7796492b24945e8707:/config.py diff --git a/config.py b/config.py index d274509..92b08cb 100644 --- a/config.py +++ b/config.py @@ -1,3 +1,6 @@ +# Erebus IRC bot - Author: John Runyon +# "Config" class (reading/providing access to bot.config) + import ConfigParser class Config(object):