pyircbot/pyircbot/__init__.py

16 lines
270 B
Python
Raw Normal View History

"""
.. module:: Core
2015-11-01 18:03:11 -08:00
:synopsis: Core module of the bot
.. moduleauthor:: Dave Pedu <dave@davepedu.com>
.. automodule:: core.pyircbot
.. automodule:: core.rpc
"""
2015-06-18 19:29:46 -07:00
__all__ = ["PyIRCBot"]
from pyircbot.pyircbot import PyIRCBot
from pyircbot.irccore import IRCCore