Source code for aztk.models.software

[docs]class Software: """ Enum with list of available softwares """ spark = "spark"