
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
# This file is part of cloud-init. See LICENSE file for license information.

from cloudinit.distros import rhel


class Distro(rhel.Distro):
    pass
