--- a +++ b/flow @@ -0,0 +1,6 @@ +#! /usr/bin/env python + +import sys +from darkflow.cli import cliHandler + +cliHandler(sys.argv)