<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># This file is part of cloud-init. See LICENSE file for license information.

from cloudinit.distros import gentoo


# Support for Container-Optimized OS
# https://cloud.google.com/container-optimized-os/docs
class Distro(gentoo.Distro):
    pass
</pre></body></html>