""" Contains DebianCD class """ from project import Project class DebianCD(Project): """DebianCD class"""