File size: 180 Bytes
d21cb06
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13

# Copyright (C) 2019-2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

import sys

from datumaro.cli.__main__ import main


if __name__ == '__main__':
    sys.exit(main())