gitextract_e1k8nue9/ ├── .gitignore ├── README.md ├── draft/ │ ├── Draft.py │ ├── __init__.py │ ├── material.py │ ├── template.py │ ├── track.py │ └── util.py ├── main.py ├── project.py ├── template json/ │ ├── draft_content.json │ └── draft_meta_info.json └── test.py