MilkCool commited on
Commit
13959d9
1 Parent(s): 0f53cc8
Files changed (1) hide show
  1. rockets.py +2 -0
rockets.py CHANGED
@@ -9,6 +9,8 @@ _LICENSE = "MIT"
9
 
10
  _IMAGES_DIR = "train"
11
 
 
 
12
  class Rockets(datasets.GeneratorBasedBuilder):
13
 
14
  def _info(self):
 
9
 
10
  _IMAGES_DIR = "train"
11
 
12
+ _NAMES = "Rockets" #TODO
13
+
14
  class Rockets(datasets.GeneratorBasedBuilder):
15
 
16
  def _info(self):