convbot / convbot /__init__.py
freemt
First commit
b78ad07
raw history blame
No virus
87 Bytes
"""Init."""
__version__ = "0.1.0"
from .convbot import convbot
__all__ = ("convbot",)