nats_tracker.py CLI entry point (fetch / dashboard / season / backfill / info) config.py Affiliate config, DB paths, prospect loader api.py MLB Stats API client db.py SQLite schema, inserts, and ...
erp/ ├── app.py ← Main Flask app, all blueprints ├── models.py ← 29+ SQLAlchemy models ├── extensions.py ← db, login_manager init ├── requirements.txt ← All dependencies ├── .env.example ← Environment ...