Update __init__.py

This commit is contained in:
Gordon Shumway 2019-04-02 19:48:56 -04:00 committed by GitHub
parent 9b6a28ee39
commit ca3ea08820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -35,12 +35,6 @@ Cleverbot AI through the BotLibre API.
import supybot
import supybot.world as world
__version__ = "0.1"
__author__ = supybot.Author("Michael Daniel Telatynski", "t3chguy", "postmaster@webdevguru.co.uk")
__contributors__ = {}
__url__ = 'https://github.com/t3chguy/Limnoria-Plugins'
from . import config
from . import plugin
from imp import reload