#50 Removed class PhotoAlbum.

This commit is contained in:
Marcus Scholz 2021-10-02 04:28:46 +02:00
parent f5fb33c2c5
commit d787651d05
1 changed files with 0 additions and 3 deletions

View File

@ -22,6 +22,3 @@ class ExternalLink(PlaceAsset):
blank=True,
null=True
)
class PhotoAlbum(ExternalLink):
pass