Skip to content

Commit

Permalink
add Chester Beatty Library
Browse files Browse the repository at this point in the history
  • Loading branch information
zsomborfoldi committed Nov 22, 2024
1 parent 6c777a1 commit a6f7ba6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ebl/fragmentarium/domain/museum.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ def __init__(self, museum_name, city="", country="", url=""):
"AUS",
"https://www.aiarch.org.au/",
)
CHESTER_BEATTY_LIBRARY = (
"Chester Beatty Library",
"Dublin",
"IRL",
"https://chesterbeatty.ie/",
)
COUVENT_SAINT_ETIENNE = (
"Couvent Saint-Étienne",
"Jerusalem",
Expand Down

0 comments on commit a6f7ba6

Please sign in to comment.