#!/usr/bin/env python
from img_renamer import img_renamer


if __name__ == '__main__':
    img_renamer.main()
