<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#    Copyright (C) 2023 SUSE LLC
#
#    Author: Robert Schweikert &lt;rjschwei@suse.com&gt;
#
# This file is part of cloud-init. See LICENSE file for license information.

from cloudinit.distros import opensuse


class Distro(opensuse.Distro):
    pass
</pre></body></html>