4 lines
67 B
Python
4 lines
67 B
Python
|
|
"""Core package for settings and helpers."""
|
||
|
|
|
||
|
|
__all__ = ["config"]
|