from django.db import models

# The reports app is read-only: it aggregates data from inventory, sales,
# and expenses, so it doesn't need its own models.
