/
snap
/
core20
/
2769
/
lib
/
python3
/
dist-packages
/
cloudinit
/
distros
/
up file
home
# Copyright (C) 2023 SUSE LLC # # Author: Robert Schweikert <rjschwei@suse.com> # # This file is part of cloud-init. See LICENSE file for license information. from cloudinit.distros import opensuse class Distro(opensuse.Distro): pass