From 147255e88db0ceb26c2483049ae9634d389566de Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 9 May 2020 14:41:48 -0500 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 624da9d..c487df9 100644 --- a/Structure-of-the-code.md +++ b/Structure-of-the-code.md @@ -15,7 +15,7 @@ The package code is organized in osxphotos per the table below. Most of the file |---|---| |`__init__.py`| this is what gets read by "import osxphotos"| |`__main__.py`| the command line interface, what gets executed with python3 -m osxphotos| -|`_applescript`| contains a copy of [pyapplescript](https://github.com/rdhyee/py-applescript) used to interact directly with Photos via applescript to force the download of photos from iCloud if needed| +|`_applescript`| contains a copy of [py-applescript](https://github.com/rdhyee/py-applescript) used to interact directly with Photos via applescript to force the download of photos from iCloud if needed| |`_constants.py`| constants used by the other modules| |`_version.py`| version string| |`albuminfo.py`| AlbumInfo and FolderInfo classes|