"""Init.""" __version__ = "0.1.1" from .convbot import convbot, aconvbot __all__ = ( "convbot", "aconvbot", )