From e8100fabaf5cced0faaa23851d5e92417b217e41 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 9 May 2020 14:35:29 -0500 Subject: [PATCH] Updated Structure of the code (markdown) --- Structure-of-the-code.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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