File size: 87 Bytes
b78ad07
 
 
 
 
1
2
3
4
5
6
"""Init."""
__version__ = "0.1.0"
from .convbot import convbot

__all__ = ("convbot",)