convbot / convbot /__init__.py
freemt
Bump to 0.1.1
e010df7
raw history blame
No virus
119 Bytes
"""Init."""
__version__ = "0.1.1"
from .convbot import convbot, aconvbot
__all__ = (
"convbot",
"aconvbot",
)