#!/usr/bin/env python

from tek.run import moo_run
from tek_utils.extract import extract_cli

if __name__ == "__main__": 
    moo_run(extract_cli)
