8 lines
86 B
Python
8 lines
86 B
Python
"""
|
|
Bot configuration
|
|
"""
|
|
from shared.config import settings
|
|
|
|
__all__ = ["settings"]
|
|
|