def handle(self, *args, **options):
     if args:
         ExoplanetsImporter.run(*args)
     else:
         ExoplanetsImporter.run()