""" Contains AlmaLinux class """ from distro import Distro class AlmaLinux(Distro): """AlmaLinux class"""