#!/usr/bin/env python

from ceph_installer.cli import main

if __name__ == '__main__':
    main.CephInstaller()
