bot-base/config/__init__.py
Louis Chauvet 3f416c5682
[main] Update some docstrings, remove config check
[doc] Put all config_types on same page, add link to python and discord.py doc
[config] Add some doc, solve KeyError when loading config file
[config-types] Add some doc, add guild type
2020-04-21 02:59:08 +02:00

4 lines
53 B
Python

from config.base import Config
__all__ = ["Config"]