# Steps 1-4 are always in db.py (setup file). # Step 5 is in models.py (one file per group of related tables, or one file for all). # Steps 6-7 are in main.py (app entry point). # STEP 1: DB URL -- ...