from .initializer import Config
setup = Config()
setup.install()
setup.ask()
setup.save()
setup.clean()