#!/usr/bin/env -t

import chalk
import sys
from hendrix.ux import subprocessLaunch

if __name__ == "__main__":
    subprocessLaunch()
