Red-DiscordBot/redbot/core/__init__.py
Tobotimus 86b18c702c [V3] Custom context class (#988)
* Create custom context class

* Documentation

* Remove old help method, replace with new

* Update from rebase
2017-10-15 21:02:50 -04:00

9 lines
208 B
Python

import pkg_resources
from .config import Config
from .context import RedContext
__all__ = ["Config", "RedContext", "__version__"]
__version__ = version = pkg_resources.require("Red-DiscordBot")[0].version