hc99's picture
Add files using upload-large-folder tool
d21cb06 verified
raw
history blame
123 Bytes
#!/usr/bin/env python
import sys
from datumaro.cli.__main__ import main
if __name__ == '__main__':
sys.exit(main())