Yntec commited on
Commit
55512cc
·
verified ·
1 Parent(s): 914247f

Update all_models.py

Browse files
Files changed (1) hide show
  1. all_models.py +9 -10
all_models.py CHANGED
@@ -1,15 +1,14 @@
1
  models = [
2
- "Yntec/ReVive", #933
3
- "Yntec/Lexicon", #929
4
- "Yntec/JustForKicks", #925
5
- "Yntec/RealTime", #924
6
- "Yntec/PopCorn", #923
7
- "Yntec/GrandPrix", #916
8
- "Yntec/NostalgicWorld", #919
9
- "Yntec/IncredibleOdds", #915
10
- "Yntec/Genesis", #915
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