File size: 93 Bytes
e7c75bd
 
 
 
 
 
1
2
3
4
5
6
7
#! /usr/bin/env python

import sys
from darkflow.cli import cliHandler

cliHandler(sys.argv)