Mini Shell

Direktori : /usr/share/lve/dbgovernor/modules/
Upload File :
Current File : //usr/share/lve/dbgovernor/modules/__init__.py

# coding:utf-8

# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT
#
"""
Init module
"""

from utilities import is_ubuntu
from .base import InstallManager
from .storage import Storage

if is_ubuntu():
    from .base_ubuntu import UbuntuInstallManager


Zerion Mini Shell 1.0