~joetalbott/+junk/fix_tmpdir

1
2
3
4
5
6
7
#!/usr/bin/env python3

from core_image_builder import main


if __name__ == '__main__':
    main()