From e41f89480a37a19778c7b97fa0c8b0ceedfd56cd Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Wed, 10 Aug 2022 20:53:07 -0600 Subject: [PATCH] Add PhotosAlbum to osxphotos __all__ --- osxphotos/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osxphotos/__init__.py b/osxphotos/__init__.py index cb4d07a8..0afeba2a 100644 --- a/osxphotos/__init__.py +++ b/osxphotos/__init__.py @@ -12,6 +12,7 @@ from .momentinfo import MomentInfo from .personinfo import PersonInfo from .photoexporter import ExportOptions, ExportResults, PhotoExporter from .photoinfo import PhotoInfo +from .photosalbum import PhotosAlbum from .photosdb import PhotosDB from .photosdb._photosdb_process_comments import CommentInfo, LikeInfo from .phototemplate import PhotoTemplate @@ -43,6 +44,7 @@ __all__ = [ "PhotoExporter", "PhotoInfo", "PhotoTemplate", + "PhotosAlbum", "PhotosDB", "PlaceInfo", "ProjectInfo",