From e9cf074a3cf564b2bf0ec10e5025f0cf190f01f5 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 10 May 2020 22:22:39 -0500 Subject: [PATCH] Updated Structure of the code (markdown) --- Structure-of-the-code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Structure-of-the-code.md b/Structure-of-the-code.md index c487df9..852314e 100644 --- a/Structure-of-the-code.md +++ b/Structure-of-the-code.md @@ -21,8 +21,8 @@ The package code is organized in osxphotos per the table below. Most of the file |`albuminfo.py`| AlbumInfo and FolderInfo classes| |`datetime_formatter.py`| utility methods for formatting datetime objects| |`exiftool.py`| ExifTool class| -|`photoinfo.py`| PhotoInfo class| -|`photosdb.py`| PhotosDB class | +|`photoinfo`| PhotoInfo class and associated mixin classes| +|`photosdb`| PhotosDB class and associated mixin classes| |`placeinfo.py`| PlaceInfo class| |`template.py`| constants used by the PhotoInfo.render_template() method| |`templates`| contains [mako](https://www.makotemplates.org/) templates for sidecar export (though the name is similar, these templates are not associated with `templates.py`|