
---

## ✅ File & Folder Structure

```text
gfab/
├── gfab_core/
│   ├── __init__.py
│   ├── ask_questions.py   ← your main setup wizard
│   ├── gemini_helper.py
│   ├── helper.py
│   └── ...
├── README.md
├── LICENSE                ← use MIT or preferred license
├── requirements.txt       ← (optional, for dev)
├── setup.py
└── pyproject.toml
