klafirc/klafirc/__init__.py
2018-08-02 14:40:42 +02:00

8 lines
129 B
Python

"""
A simple irc bot. See /etc/klafirc/bots.yaml to see which bots are runned.
"""
from .runner import run
__version__ = "0.1"