agentbee / src /config /__init__.py
mangubee's picture
fix: correct author name formatting in multiple files
e7b4937
raw
history blame contribute delete
115 Bytes
"""
Configuration management package
Author: @mangubee
"""
from .settings import Settings
__all__ = ["Settings"]