5 lines
84 B
Python
5 lines
84 B
Python
"""Configuration package."""
|
|
from .settings import settings
|
|
|
|
__all__ = ["settings"]
|