9 lines
155 B
Python
9 lines
155 B
Python
"""
|
|
Конфигурационный модуль AnonBot
|
|
"""
|
|
|
|
from .config import config, Config
|
|
from .constants import *
|
|
|
|
__all__ = ['config', 'Config']
|