| #!/usr/bin/env python3 | |
| """Official entry point for downloading the VfxDB dataset.""" | |
| from __future__ import annotations | |
| from vfxdb_downloader import main | |
| if __name__ == "__main__": | |
| raise SystemExit(main()) | |
| #!/usr/bin/env python3 | |
| """Official entry point for downloading the VfxDB dataset.""" | |
| from __future__ import annotations | |
| from vfxdb_downloader import main | |
| if __name__ == "__main__": | |
| raise SystemExit(main()) | |