# synarere -- a trivial, highly modular IRC bot.
# Copyright (C) 2010 Michael Rodriguez.
# Rights to this code are documented in ../docs/LICENSE.

'''Initialization code.'''

__all__ = ['configparser', 'instance', 'irc', 'logger', 'modules', 'var']
