Upload artist.json
Browse files- artist.json +12 -0
artist.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"claude_monet": 0,
|
3 |
+
"henri_matisse": 1,
|
4 |
+
"jean_michel_basquiat": 2,
|
5 |
+
"keith_haring": 3,
|
6 |
+
"pablo_picasso": 4,
|
7 |
+
"pierre_augste_renoir": 5,
|
8 |
+
"rene_magritte": 6,
|
9 |
+
"roy_richtenstein": 7,
|
10 |
+
"vincent_van_gogh": 8,
|
11 |
+
"wassily_kandinsky": 9
|
12 |
+
}
|