bot-base/src/config/__init__.py
2020-04-21 10:46:36 +02:00

4 lines
53 B
Python

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