"""
budget/signals.py
=================
Signal handlers for the Budget app.
Currently a placeholder — amount tracking signals will be added in Module 2
when ExpenseRequest transitions update BudgetAllocation amounts.
"""

# from django.db.models.signals import post_save
# from django.dispatch import receiver
