#!/usr/bin/env python3

import sys
from streamline.cli import streamline_command

if __name__ == '__main__':
    streamline_command(sys.argv[1:])
