VyaparFlow / app /core /config_bridge.py
Dipan04's picture
Add application file
32d42b3
"""
app/config.py is the authoritative config.
This file at the project root ensures `from app.config import X` works
when the project root is on sys.path (which backend/main.py guarantees).
"""
# Nothing needed — app/config.py is already at app/config.py