diff --git a/Structure-of-the-code.md b/Structure-of-the-code.md index a0b0885..bbc08f0 100644 --- a/Structure-of-the-code.md +++ b/Structure-of-the-code.md @@ -48,4 +48,6 @@ As an example, here's a rough outline of what you'd need to do to add support fo 5. If exposing the property to the command line interface, add it to `__main__.py` -- you'll want to look at `query_options`, `_query()`, `export()`, and `export_photo()` at a minimum to ensure the command line tool can access your new attribute. 6. Add at least one test to `tests/`! 7. Ensure all tests pass `python3 -m pytest tests/` -8. Submit a pull request :-) \ No newline at end of file +8. Submit a pull request :-) + +[home](https://github.com/RhetTbull/osxphotos/wiki) \ No newline at end of file