from SVGExporter import * from ImageExporter import * Exporters = [SVGExporter, ImageExporter] def listExporters(): return Exporters[:]