init commit
This commit is contained in:
5
app/config/__init__.py
Normal file
5
app/config/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Configuration loading and management."""
|
||||
|
||||
from app.config.loader import load_config, AppConfig
|
||||
|
||||
__all__ = ["load_config", "AppConfig"]
|
||||
Reference in New Issue
Block a user