From fceaed7eff9f3cc147734f42da67e68473773ebf Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 2 Jan 2022 09:19:26 -0800 Subject: [PATCH] Updated Structure of the code (markdown) --- Structure-of-the-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Structure-of-the-code.md b/Structure-of-the-code.md index 002d862..2943e78 100644 --- a/Structure-of-the-code.md +++ b/Structure-of-the-code.md @@ -28,7 +28,7 @@ The package code is organized in osxphotos per the table below. Most of the file |`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.| -|`photoinfo/`| PhotoInfo class| +|`photoinfo.py`| PhotoInfo class| |`photosdb/`| PhotosDB class| |`phototemplate.py`| PhotoTemplate class| |`placeinfo.py`| PlaceInfo class|