This repository has been archived on 2018-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
teambot/teambot/__init__.py

5 lines
101 B
Python

from bot import TeamBot
from handler import *
__all__ = ["TeamBot","Handler","CommandHandlerMixin"]