Update all_models.py
Browse files- all_models.py +9 -10
all_models.py
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
models = [
|
2 |
-
"Yntec/
|
3 |
-
"Yntec/
|
4 |
-
"Yntec/
|
5 |
-
"Yntec/
|
6 |
-
"Yntec/
|
7 |
-
"Yntec/
|
8 |
-
"Yntec/
|
9 |
-
"Yntec/
|
10 |
-
"Yntec/
|
11 |
]
|
12 |
-
|
13 |
|
14 |
#from externalmod import find_model_list
|
15 |
|
|
|
1 |
models = [
|
2 |
+
"Yntec/epiCEpic",
|
3 |
+
"Yntec/RetroRetro",
|
4 |
+
"Yntec/Yntec/VisionVision",
|
5 |
+
"Yntec/InsaneSurreality",
|
6 |
+
"Yntec/AnimephilesAnonymous",
|
7 |
+
"Yntec/AllRoadsLeadToRetro",
|
8 |
+
"Yntec/TickleYourFancy",
|
9 |
+
"Yntec/ChunkyCat",
|
10 |
+
"Yntec/IsThisDisney",
|
11 |
]
|
|
|
12 |
|
13 |
#from externalmod import find_model_list
|
14 |
|