From 765a4041e283a5828acfd04f943a9c236df10f46 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 3 Jan 2021 15:46:47 -0800 Subject: [PATCH] Updated Structure of the code (markdown) --- Structure-of-the-code.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Structure-of-the-code.md b/Structure-of-the-code.md index 3e706da..ed40336 100644 --- a/Structure-of-the-code.md +++ b/Structure-of-the-code.md @@ -27,8 +27,7 @@ The package code is organized in osxphotos per the table below. Most of the file |`fileutil.py`| FileUtil class used by CLI and export for enabling --dry-run option| |`imageconverter.py`| ImageConverter class that converts an image to JPEG using CoreImage| |`pathutils.py`| Utility functions for validating/sanitizing path components| -|`photokit.py`| Interface to Apple's PhotoKit framework for direct access to photos stored - in the user's Photos library.| +|`photokit.py`| Interface to Apple's PhotoKit framework for direct access to photos stored in the user's Photos library.| |`photoinfo/`| PhotoInfo class| |`photosdb/`| PhotosDB class| |`phototemplate.py`| PhotoTemplate class|