Add PhotosAlbum to osxphotos __all__

This commit is contained in:
Rhet Turnbull 2022-08-10 20:53:07 -06:00 committed by GitHub
parent db3c37fb5b
commit e41f89480a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",