#!/usr/bin/env python

from kforgeinstall.cli import KForgeInstallCli

if __name__ == '__main__':
    KForgeInstallCli()

