Finance-Accounts/ar-aging-app/backend/app/__init__.py

5 lines
135 B
Python

"""Amazon Accounts Receivable Aging — backend application package."""
APP_NAME = "Amazon A/R Aging Dashboard"
APP_VERSION = "0.1.0"