# Copyright (C) 2023 SUSE LLC # # Author: Robert Schweikert # # This file is part of cloud-init. See LICENSE file for license information. from cloudinit.distros import opensuse class Distro(opensuse.Distro): pass # vi: ts=4 expandtab